library(UniProt.ws) # 1st test - uniprot api
library(tidyverse)
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ dplyr 1.1.4 ✔ readr 2.1.5
## ✔ forcats 1.0.1 ✔ stringr 1.5.2
## ✔ ggplot2 4.0.0 ✔ tibble 3.3.0
## ✔ lubridate 1.9.4 ✔ tidyr 1.3.1
## ✔ purrr 1.1.0
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ purrr::%||%() masks base::%||%()
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
## ✖ dplyr::select() masks UniProt.ws::select()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(readxl)
library(gt)
library(clusterProfiler) #gsea
##
## clusterProfiler v4.16.0 Learn more at https://yulab-smu.top/contribution-knowledge-mining/
##
## Please cite:
##
## Guangchuang Yu, Li-Gen Wang, Yanyan Han and Qing-Yu He.
## clusterProfiler: an R package for comparing biological themes among
## gene clusters. OMICS: A Journal of Integrative Biology. 2012,
## 16(5):284-287
##
## Attaching package: 'clusterProfiler'
##
## The following object is masked from 'package:purrr':
##
## simplify
##
## The following object is masked from 'package:UniProt.ws':
##
## select
##
## The following object is masked from 'package:stats':
##
## filter
library(org.Rn.eg.db) # Rat genome annotation package - incl. AnnotationDbi
## Loading required package: AnnotationDbi
## Loading required package: stats4
## Loading required package: BiocGenerics
## Loading required package: generics
##
## Attaching package: 'generics'
##
## The following object is masked from 'package:lubridate':
##
## as.difftime
##
## The following object is masked from 'package:dplyr':
##
## explain
##
## The following objects are masked from 'package:base':
##
## as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
## setequal, union
##
##
## Attaching package: 'BiocGenerics'
##
## The following object is masked from 'package:dplyr':
##
## combine
##
## The following objects are masked from 'package:stats':
##
## IQR, mad, sd, var, xtabs
##
## The following objects are masked from 'package:base':
##
## anyDuplicated, aperm, append, as.data.frame, basename, cbind,
## colnames, dirname, do.call, duplicated, eval, evalq, Filter, Find,
## get, grep, grepl, is.unsorted, lapply, Map, mapply, match, mget,
## order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
## rbind, Reduce, rownames, sapply, saveRDS, table, tapply, unique,
## unsplit, which.max, which.min
##
## Loading required package: Biobase
## Welcome to Bioconductor
##
## Vignettes contain introductory material; view with
## 'browseVignettes()'. To cite Bioconductor, see
## 'citation("Biobase")', and for packages 'citation("pkgname")'.
##
## Loading required package: IRanges
## Loading required package: S4Vectors
##
## Attaching package: 'S4Vectors'
##
## The following object is masked from 'package:clusterProfiler':
##
## rename
##
## The following objects are masked from 'package:lubridate':
##
## second, second<-
##
## The following objects are masked from 'package:dplyr':
##
## first, rename
##
## The following object is masked from 'package:tidyr':
##
## expand
##
## The following object is masked from 'package:utils':
##
## findMatches
##
## The following objects are masked from 'package:base':
##
## expand.grid, I, unname
##
##
## Attaching package: 'IRanges'
##
## The following object is masked from 'package:clusterProfiler':
##
## slice
##
## The following object is masked from 'package:lubridate':
##
## %within%
##
## The following objects are masked from 'package:dplyr':
##
## collapse, desc, slice
##
## The following object is masked from 'package:purrr':
##
## reduce
##
##
## Attaching package: 'AnnotationDbi'
##
## The following object is masked from 'package:clusterProfiler':
##
## select
##
## The following object is masked from 'package:dplyr':
##
## select
library(msigdbr) # MSigDB gene sets
library(enrichplot) # for dotplot()
## enrichplot v1.28.4 Learn more at https://yulab-smu.top/contribution-knowledge-mining/
##
## Please cite:
##
## Guangchuang Yu, Li-Gen Wang, Guang-Rong Yan, Qing-Yu He. DOSE: an
## R/Bioconductor package for Disease Ontology Semantic and Enrichment
## analysis. Bioinformatics. 2015, 31(4):608-609
library(pathview)
##
## ##############################################################################
## Pathview is an open source software package distributed under GNU General
## Public License version 3 (GPLv3). Details of GPLv3 is available at
## http://www.gnu.org/licenses/gpl-3.0.html. Particullary, users are required to
## formally cite the original Pathview paper (not just mention it) in publications
## or products. For details, do citation("pathview") within R.
##
## The pathview downloads and uses KEGG data. Non-academic uses may require a KEGG
## license agreement (details at http://www.kegg.jp/kegg/legal.html).
## ##############################################################################
df_1 <- read_excel("input/Lichti_2014_datasheet_1.XLSX",
sheet = "quant-all",
trim_ws = TRUE) # does not trim white space behind accessions?
colnames(df_1)
## [1] "Accession" "Name"
## [3] "Gene Symbol" "EC log2 fold"
## [5] "EC est fold" "EC p value"
## [7] "Coc log2 fold" "Coc est fold"
## [9] "Coc p value" "interaction log2 effect size"
## [11] "interaction effect size" "interaction p value"
## [13] "fraction"
str(df_1)
## tibble [2,835 × 13] (S3: tbl_df/tbl/data.frame)
## $ Accession : chr [1:2835] "Q3UHJ0" "Q3UHJ0" "P0C1X8" "P50475" ...
## $ Name : chr [1:2835] "AAK1_MOUSE" "AAK1_MOUSE" "AAK1_RAT" "SYAC_RAT" ...
## $ Gene Symbol : chr [1:2835] "AAK1" "AAK1" "Aak1" "AARS" ...
## $ EC log2 fold : num [1:2835] -0.442 0.404 0.216 -0.309 0.772 ...
## $ EC est fold : num [1:2835] -1.36 1.32 1.16 -1.24 1.71 ...
## $ EC p value : num [1:2835] 0.107 0.55 0.99 0.104 0.192 ...
## $ Coc log2 fold : num [1:2835] -0.312 -0.292 0.682 -0.15 -0.135 ...
## $ Coc est fold : num [1:2835] -1.24 -1.22 1.6 -1.11 -1.1 ...
## $ Coc p value : num [1:2835] 0.226 0.679 0.99 0.396 0.885 ...
## $ interaction log2 effect size: num [1:2835] 0.7 -0.357 0.195 0.442 -0.741 ...
## $ interaction effect size : num [1:2835] 1.62 -1.28 1.14 1.36 -1.67 ...
## $ interaction p value : num [1:2835] 0.0814 0.741 0.9899 0.1017 0.415 ...
## $ fraction : chr [1:2835] "cytosolic" "nuclear" "membrane" "cytosolic" ...
length(unique(df_1$Accession)) # 1915
## [1] 1915
Getting info like protein names, etc
ratUp <- UniProt.ws(10116) # rat
keytypes(ratUp) # key types that can be retrieved
## [1] "Allergome" "ArachnoServer"
## [3] "Araport" "BioCyc"
## [5] "BioGRID" "BioMuta"
## [7] "CCDS" "CGD"
## [9] "ChEMBL" "ChiTaRS"
## [11] "CollecTF" "ComplexPortal"
## [13] "ConoServer" "CPTAC"
## [15] "CRC64" "dictyBase"
## [17] "DIP" "DisProt"
## [19] "DMDM" "DNASU"
## [21] "DrugBank" "EchoBASE"
## [23] "eggNOG" "EMBL-GenBank-DDBJ"
## [25] "EMBL-GenBank-DDBJ_CDS" "Ensembl"
## [27] "Ensembl_Genomes" "Ensembl_Genomes_Protein"
## [29] "Ensembl_Genomes_Transcript" "Ensembl_Protein"
## [31] "Ensembl_Transcript" "ESTHER"
## [33] "euHCVdb" "FlyBase"
## [35] "Gene_Name" "GeneCards"
## [37] "GeneID" "GeneReviews"
## [39] "GeneTree" "GeneWiki"
## [41] "GenomeRNAi" "GI_number"
## [43] "GlyConnect" "GuidetoPHARMACOLOGY"
## [45] "HGNC" "HOGENOM"
## [47] "IDEAL" "KEGG"
## [49] "LegioList" "Leproma"
## [51] "MaizeGDB" "MEROPS"
## [53] "MGI" "MIM"
## [55] "neXtProt" "OMA"
## [57] "OpenTargets" "Orphanet"
## [59] "OrthoDB" "PATRIC"
## [61] "PDB" "PeroxiBase"
## [63] "PharmGKB" "PHI-base"
## [65] "PIR" "PlantReactome"
## [67] "PomBase" "ProteomicsDB"
## [69] "PseudoCAP" "Reactome"
## [71] "REBASE" "RefSeq_Nucleotide"
## [73] "RefSeq_Protein" "RGD"
## [75] "SGD" "STRING"
## [77] "SwissLipids" "TCDB"
## [79] "TreeFam" "TubercuList"
## [81] "UCSC" "UniParc"
## [83] "UniPathway" "UniProtKB"
## [85] "UniProtKB-Swiss-Prot" "UniRef100"
## [87] "UniRef50" "UniRef90"
## [89] "VEuPathDB" "VGNC"
## [91] "WBParaSite" "WBParaSite_Transcript-Protein"
## [93] "WormBase" "WormBase_Protein"
## [95] "WormBase_Transcript" "Xenbase"
## [97] "ZFIN"
columns(ratUp) # columns that can be retrieved
## [1] "absorption" "accession"
## [3] "annotation_score" "cc_activity_regulation"
## [5] "cc_allergen" "cc_alternative_products"
## [7] "cc_biotechnology" "cc_catalytic_activity"
## [9] "cc_caution" "cc_cofactor"
## [11] "cc_developmental_stage" "cc_disease"
## [13] "cc_disruption_phenotype" "cc_domain"
## [15] "cc_function" "cc_induction"
## [17] "cc_interaction" "cc_mass_spectrometry"
## [19] "cc_miscellaneous" "cc_pathway"
## [21] "cc_pharmaceutical" "cc_polymorphism"
## [23] "cc_ptm" "cc_rna_editing"
## [25] "cc_sc_epred" "cc_sequence_caution"
## [27] "cc_similarity" "cc_subcellular_location"
## [29] "cc_subunit" "cc_tissue_specificity"
## [31] "cc_toxic_dose" "comment_count"
## [33] "date_created" "date_modified"
## [35] "date_sequence_modified" "ec"
## [37] "encoded_in" "feature_count"
## [39] "fragment" "ft_act_site"
## [41] "ft_binding" "ft_carbohyd"
## [43] "ft_chain" "ft_coiled"
## [45] "ft_compbias" "ft_conflict"
## [47] "ft_crosslnk" "ft_disulfid"
## [49] "ft_dna_bind" "ft_domain"
## [51] "ft_helix" "ft_init_met"
## [53] "ft_intramem" "ft_lipid"
## [55] "ft_mod_res" "ft_motif"
## [57] "ft_mutagen" "ft_non_cons"
## [59] "ft_non_std" "ft_non_ter"
## [61] "ft_peptide" "ft_propep"
## [63] "ft_region" "ft_repeat"
## [65] "ft_signal" "ft_site"
## [67] "ft_strand" "ft_topo_dom"
## [69] "ft_transit" "ft_transmem"
## [71] "ft_turn" "ft_unsure"
## [73] "ft_var_seq" "ft_variant"
## [75] "ft_zn_fing" "gene_names"
## [77] "gene_oln" "gene_orf"
## [79] "gene_primary" "gene_synonym"
## [81] "go" "go_c"
## [83] "go_f" "go_id"
## [85] "go_p" "id"
## [87] "keyword" "keywordid"
## [89] "kinetics" "length"
## [91] "lineage" "lineage_ids"
## [93] "lit_doi_id" "lit_pubmed_id"
## [95] "mass" "organism_id"
## [97] "organism_name" "ph_dependence"
## [99] "protein_existence" "protein_families"
## [101] "protein_name" "redox_potential"
## [103] "reviewed" "rhea"
## [105] "sequence" "sequence_version"
## [107] "structure_3d" "temp_dependence"
## [109] "tools" "uniparc_id"
## [111] "version" "virus_hosts"
## [113] "xref_abcd" "xref_agora"
## [115] "xref_agr" "xref_allergome"
## [117] "xref_alphafolddb" "xref_alzforum"
## [119] "xref_antibodypedia" "xref_antifam"
## [121] "xref_arachnoserver" "xref_araport"
## [123] "xref_bgee" "xref_bindingdb"
## [125] "xref_biocyc" "xref_biogrid"
## [127] "xref_biogrid-orcs" "xref_biomuta"
## [129] "xref_bmrb" "xref_brenda"
## [131] "xref_carbonyldb" "xref_card"
## [133] "xref_cazy" "xref_ccds"
## [135] "xref_cd-code" "xref_cdd"
## [137] "xref_cgd" "xref_chembl"
## [139] "xref_chitars" "xref_civic"
## [141] "xref_cleanex" "xref_collectf"
## [143] "xref_complexportal" "xref_conoserver"
## [145] "xref_corum" "xref_cptac"
## [147] "xref_cptc" "xref_ctd"
## [149] "xref_dbsnp" "xref_depod"
## [151] "xref_dictybase" "xref_dip"
## [153] "xref_disgenet" "xref_disprot"
## [155] "xref_dmdm" "xref_dnasu"
## [157] "xref_drugbank" "xref_drugcentral"
## [159] "xref_echobase" "xref_eggnog"
## [161] "xref_elm" "xref_embl"
## [163] "xref_emdb" "xref_emind"
## [165] "xref_ensembl" "xref_ensemblbacteria"
## [167] "xref_ensemblfungi" "xref_ensemblmetazoa"
## [169] "xref_ensemblplants" "xref_ensemblprotists"
## [171] "xref_esther" "xref_euhcvdb"
## [173] "xref_evolutionarytrace" "xref_expressionatlas"
## [175] "xref_flybase" "xref_funcoup"
## [177] "xref_funfam" "xref_gene3d"
## [179] "xref_genecards" "xref_geneid"
## [181] "xref_genereviews" "xref_generif"
## [183] "xref_genetree" "xref_genewiki"
## [185] "xref_genomernai" "xref_glyconnect"
## [187] "xref_glycosmos" "xref_glygen"
## [189] "xref_gramene" "xref_guidetopharmacology"
## [191] "xref_hamap" "xref_hgnc"
## [193] "xref_hogenom" "xref_hpa"
## [195] "xref_ic4r" "xref_ideal"
## [197] "xref_imgt_gene-db" "xref_inparanoid"
## [199] "xref_intact" "xref_interpro"
## [201] "xref_iptmnet" "xref_japonicusdb"
## [203] "xref_jpost" "xref_kegg"
## [205] "xref_legiolist" "xref_leproma"
## [207] "xref_maizegdb" "xref_malacards"
## [209] "xref_mane-select" "xref_massive"
## [211] "xref_medgen" "xref_merops"
## [213] "xref_mesh" "xref_metosite"
## [215] "xref_mgi" "xref_mim"
## [217] "xref_mint" "xref_moondb"
## [219] "xref_moonprot" "xref_ncbifam"
## [221] "xref_nextprot" "xref_niagads"
## [223] "xref_ogp" "xref_oma"
## [225] "xref_opentargets" "xref_orcid"
## [227] "xref_orphanet" "xref_orthodb"
## [229] "xref_pan-go" "xref_panther"
## [231] "xref_pathwaycommons" "xref_patric"
## [233] "xref_paxdb" "xref_pcddb"
## [235] "xref_pdb" "xref_pdbsum"
## [237] "xref_peptideatlas" "xref_peroxibase"
## [239] "xref_pfam" "xref_pgenn"
## [241] "xref_pharmgkb" "xref_pharos"
## [243] "xref_phi-base" "xref_phosphositeplus"
## [245] "xref_phylomedb" "xref_pir"
## [247] "xref_pirsf" "xref_plantreactome"
## [249] "xref_pombase" "xref_pride"
## [251] "xref_prints" "xref_pro"
## [253] "xref_promex" "xref_prosite"
## [255] "xref_proteomes" "xref_proteomicsdb"
## [257] "xref_pseudocap" "xref_pubtator"
## [259] "xref_pumba" "xref_reactome"
## [261] "xref_rebase" "xref_refseq"
## [263] "xref_reproduction-2dpage" "xref_rgd"
## [265] "xref_rnact" "xref_sabio-rk"
## [267] "xref_sasbdb" "xref_sfld"
## [269] "xref_sgd" "xref_signalink"
## [271] "xref_signor" "xref_smart"
## [273] "xref_smr" "xref_strenda-db"
## [275] "xref_string" "xref_supfam"
## [277] "xref_swisslipids" "xref_swisspalm"
## [279] "xref_tair" "xref_tcdb"
## [281] "xref_topdownproteomics" "xref_treefam"
## [283] "xref_tuberculist" "xref_ucsc"
## [285] "xref_unicarbkb" "xref_unilectin"
## [287] "xref_unipathway" "xref_vectorbase"
## [289] "xref_veupathdb" "xref_vgnc"
## [291] "xref_wbparasite" "xref_wormbase"
## [293] "xref_xenbase" "xref_ycharos"
## [295] "xref_zfin"
my_ids <- df_1$Accession
# https://www.uniprot.org/help/return_fields
# https://www.uniprot.org/help/general_annotation
# takes the rat & mouse uniprot accession IDs in Lichti's df & maps further uniprot info onto them
up_rat_mouse <- mapUniProt(
from = "UniProtKB_AC-ID",
to = "UniProtKB",
columns = c("accession", "id", "reviewed", "protein_name", "gene_names",
"gene_primary", "organism_name", "length", "keywordid", "keyword", "xref_geneid"),
query = my_ids
#query = list(taxId = 10116, ids = my_ids) # isn't selective to only rats?
)
# add website links
# follows a certain stucture (doesn't account all but has most)
up_rat_mouse_entry <- up_rat_mouse %>%
mutate(uniprot_link = paste0("https://www.uniprot.org/uniprotkb/", Entry, "/entry")) %>% # add uniprot entry link!
mutate(wiki_link = paste0("https://en.wikipedia.org/wiki/", str_to_upper(Gene.Names..primary.))) # add wikipedia (needs 2 be uppercase)
#most of the wiki ones work e.g. in if 4 or more characters
# write out basic df
# write_excel_csv(up_rat_mouse_entry, "output/2025_12_08_lichti_2014_test_map_v1.csv")
df_2 <- dplyr::left_join(df_1, up_rat_mouse_entry,
by = join_by(Accession == From)) %>%
mutate(Direction = ifelse(`EC log2 fold` < 0, "Down", "Up"),
gene_name = str_to_title(`Gene.Names..primary.`),
.after = `Gene Symbol`) %>%
mutate(Significant = ifelse(`EC p value` <= 0.05, 'yes', 'no'), .after = `EC p value`) %>%
filter(str_detect(Name, "RAT")) # 2835 to 1506
## Warning in dplyr::left_join(df_1, up_rat_mouse_entry, by = join_by(Accession == : Detected an unexpected many-to-many relationship between `x` and `y`.
## ℹ Row 411 of `x` matches multiple rows in `y`.
## ℹ Row 1 of `y` matches multiple rows in `x`.
## ℹ If a many-to-many relationship is expected, set `relationship =
## "many-to-many"` to silence this warning.
df_3 <- df_2 %>%
dplyr::select(Accession:Significant, fraction:wiki_link) %>%
mutate(across(where(is.numeric), ~ round(., 3))) %>% #if numeric col, round to 3 dp
group_by(fraction, Direction) %>%
arrange(`EC p value`, `EC log2 fold`)
# non significant plot - looks messy but you get the idea
ns_plot <- df_3 %>%
ggplot(aes(x = gene_name, y = `EC log2 fold`, color = Direction, alpha = Significant)) +
geom_point(shape = 1) +
geom_hline(yintercept = 0, color = 'grey20') +
scale_color_manual(breaks = c("Up", "Down"),
values = c("#dc322f", "#268bd2")) +
scale_alpha_manual(values = c(0.2,1)) +
labs(title = 'Lichti et al., 2014 - EC log2fc x gene name - NAc',
subtitle = 'Rats only (1506/2835), non-sig incl., split by fraction, LC-MS proteomics') +
facet_wrap(~fraction, space = 'free_x', scale = 'free_x') +
theme_bw()
ns_plot
# assign colors based on direction. | works by nvm ordering is weird
#label_colors <- ifelse(df_3$`EC log2 fold` > 0 , "#dc322f", "#268bd2")
# lollipop - ggplot ver - a big ugly
sig_plot <- df_3 %>%
filter(`EC p value` <= 0.05) %>% # 139
ggplot(aes(x = reorder(gene_name, `EC log2 fold`), # orders by log fold
y = `EC log2 fold`,
color = Direction)) +
geom_segment(aes(x = gene_name,
yend = `EC log2 fold`, y = 0)) +
geom_point(aes(alpha = `EC p value`),
shape = 19, size = 4) +
scale_alpha(range = c(1,.1), guide = 'none') + # rev alpha so darker = more significant
# geom_text(aes(label = gene_name), color = "grey10", size = 2.5,
# position = position_stack()) +
geom_hline(yintercept = 0, color = 'grey20', linewidth = 0.1) +
scale_color_manual(breaks = c("Up", "Down"),
values = c("#dc322f", "#268bd2"),
guide = 'none') +
labs(title = 'Lichti et al., 2014 - EC Log2FC x Gene Name - NAc',
subtitle = 'Rats only (139/1506/2835), sig only, by fraction, LC-MS proteomics',
y = 'EC Log2FC',
x = 'Gene Name') +
#coord_flip() + #fliptheplot
facet_wrap(~fraction, space = 'free_x', scale = 'free_x') +
#theme_void() +
theme_bw() +
theme(
#axis.title = element_blank(),
#axis.text.x = element_blank()
axis.text.x = element_text(angle = 90, hjust = 1, vjust = 0.5, # 90, hj1 t/R, vj.5 cent
size = 9, face = 'italic'),
axis.text.y = element_text(hjust = 1, color = "grey20", size = 10), # rota 90 & hjust=1 (top/right)
)
sig_plot
df_3 |>
dplyr::select(fraction, gene_name, `Protein.names`, Direction,
`EC log2 fold`, `EC p value`, Entry) |> #cols for table
gt(
groupname_col = dplyr::group_vars(df_3)
) |>
tab_header(
title = "Lichti et al., 2014 - EC vs. IC - NAc",
subtitle = "Cleaned lc-ms proteomics dataframe, signficant rats only (139/1506/2835
), organised by fraction + direction & arranged by pvalue + EC log2FC"
) |>
opt_stylize(style = 1, color = 'gray', add_row_striping = TRUE)
| Lichti et al., 2014 - EC vs. IC - NAc | ||||
| Cleaned lc-ms proteomics dataframe, signficant rats only (139/1506/2835 ), organised by fraction + direction & arranged by pvalue + EC log2FC | ||||
| gene_name | Protein.names | EC log2 fold | EC p value | Entry |
|---|---|---|---|---|
| cytosolic - Up | ||||
| Glod4 | Glyoxalase domain-containing protein 4 | 0.538 | 0.007 | Q5I0D1 |
| Gsto1 | Glutathione S-transferase omega-1 (GSTO-1) (EC 2.5.1.18) (Glutathione S-transferase omega 1-1) (GSTO 1-1) (Glutathione-dependent dehydroascorbate reductase) (EC 1.8.5.1) (Monomethylarsonic acid reductase) (MMA(V) reductase) (EC 1.20.4.2) (S-(Phenacyl)glutathione reductase) (SPG-R) | 0.389 | 0.013 | Q9Z339 |
| Tpi1 | Triosephosphate isomerase (TIM) (EC 5.3.1.1) (Methylglyoxal synthase) (EC 4.2.3.3) (Triose-phosphate isomerase) | 0.274 | 0.016 | P48500 |
| Prdx5 | Peroxiredoxin-5, mitochondrial (EC 1.11.1.24) (Antioxidant enzyme B166) (AOEB166) (PLP) (Peroxiredoxin V) (Prx-V) (Peroxisomal antioxidant enzyme) (Thioredoxin peroxidase PMP20) (Thioredoxin-dependent peroxiredoxin 5) | 0.293 | 0.018 | Q9R063 |
| Arpc5l | Actin-related protein 2/3 complex subunit 5-like protein (Arp2/3 complex 16 kDa subunit 2) (ARC16-2) | 0.510 | 0.018 | A1L108 |
| Wdr7 | WD repeat-containing protein 7 (TGF-beta resistance-associated protein TRAG) | 0.652 | 0.018 | Q9ERH3 |
| Akr1a1 | Aldo-keto reductase family 1 member A1 (EC 1.1.1.2) (EC 1.1.1.372) (EC 1.1.1.54) (3-DG-reducing enzyme) (Alcohol dehydrogenase [NADP(+)]) (Aldehyde reductase) (Glucuronate reductase) (EC 1.1.1.19) (Glucuronolactone reductase) (EC 1.1.1.20) (S-nitroso-CoA reductase) (ScorR) (EC 1.6.-.-) | 0.258 | 0.020 | P51635 |
| Fahd2a | Oxaloacetate tautomerase Fahd2a, mitochondrial (EC 5.3.2.2) (Fumarylacetoacetate hydrolase domain-containing protein 2A) | 0.365 | 0.020 | B2RYW9 |
| Slc25a11 | Mitochondrial 2-oxoglutarate/malate carrier protein (OGCP) (alpha-oxoglutarate carrier) (Solute carrier family 25 member 11) (SLC25A11) | 0.430 | 0.020 | P97700 |
| Kyat3 | Kynurenine--oxoglutarate transaminase 3 (EC 2.6.1.7) (Cysteine-S-conjugate beta-lyase 2) (EC 4.4.1.13) (Kynurenine aminotransferase 3) (Kynurenine aminotransferase III) (KATIII) (Kynurenine--glyoxylate transaminase) (EC 2.6.1.63) (Kynurenine--oxoglutarate transaminase III) | 0.680 | 0.020 | Q58FK9 |
| Atp5f1b | ATP synthase F(1) complex catalytic subunit beta, mitochondrial (EC 7.1.2.2) (ATP synthase F1 subunit beta) | 0.161 | 0.021 | P10719 |
| Dnm1 | Dynamin-1 (EC 3.6.5.5) (B-dynamin) (D100) (Dynamin I) (Dynamin, brain) | 0.249 | 0.021 | P21575 |
| Dlat | Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex, mitochondrial (EC 2.3.1.12) (70 kDa mitochondrial autoantigen of primary biliary cirrhosis) (PBC) (Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex) (Pyruvate dehydrogenase complex component E2) (PDC-E2) (PDCE2) | 0.273 | 0.021 | P08461 |
| Stip1 | Stress-induced-phosphoprotein 1 (STI1) (Hsc70/Hsp90-organizing protein) (Hop) | 0.299 | 0.021 | O35814 |
| Qdpr | Dihydropteridine reductase (EC 1.5.1.34) (HDHPR) (Quinoid dihydropteridine reductase) | 0.351 | 0.021 | P11348 |
| Septin3 | Neuronal-specific septin-3 (G-septin) (P40) | 0.571 | 0.021 | Q9WU34 |
| Slc4a10 | Sodium-driven chloride bicarbonate exchanger (Solute carrier family 4 member 10) | 3.018 | 0.021 | Q80ZA5 |
| Crmp1 | Dihydropyrimidinase-related protein 1 (DRP-1) (Collapsin response mediator protein 1) (CRMP-1) (Inactive dihydropyrimidinase) | 0.190 | 0.022 | Q62950 |
| Atp5po | ATP synthase peripheral stalk subunit OSCP, mitochondrial (ATP synthase subunit O) (Oligomycin sensitivity conferral protein) (OSCP) (Sperm flagella protein 4) | 0.394 | 0.022 | Q06647 |
| Nudt3 | Diphosphoinositol polyphosphate phosphohydrolase 1 (DIPP-1) (EC 3.6.1.52) (Diadenosine hexaphosphate hydrolase) (Ap6A hydrolase) (EC 3.6.1.61) (Endopolyphosphatase) (EC 3.6.1.10) (Nucleoside diphosphate-linked moiety X motif 3) (Nudix motif 3) (m7GpppN-mRNA hydrolase) (EC 3.6.1.62) (m7GpppX diphosphatase) (EC 3.6.1.59) | 0.793 | 0.025 | Q566C7 |
| Fahd1 | Oxaloacetate tautomerase FAHD1, mitochondrial (EC 5.3.2.2) (Acylpyruvase FAHD1) (EC 3.7.1.5) (Fumarylacetoacetate hydrolase domain-containing protein 1) (Oxaloacetate decarboxylase) (OAA decarboxylase) (EC 4.1.1.112) | 1.525 | 0.027 | Q6AYQ8 |
| Uba1 | Ubiquitin-like modifier-activating enzyme 1 (EC 6.2.1.45) (Ubiquitin-activating enzyme E1) | 0.197 | 0.028 | Q5U300 |
| Atp5f1c | ATP synthase F(1) complex subunit gamma, mitochondrial (ATP synthase F1 subunit gamma) (F-ATPase gamma subunit) | 0.384 | 0.028 | P35435 |
| Phgdh | D-3-phosphoglycerate dehydrogenase (3-PGDH) (EC 1.1.1.95) | 0.450 | 0.028 | O08651 |
| Mpst | 3-mercaptopyruvate sulfurtransferase (MST) (EC 2.8.1.2) | 0.332 | 0.029 | P97532 |
| Hibadh | 3-hydroxyisobutyrate dehydrogenase, mitochondrial (HIBADH) (EC 1.1.1.31) | 0.409 | 0.029 | P29266 |
| Nme1 | Nucleoside diphosphate kinase A (NDK A) (NDP kinase A) (EC 2.7.4.6) (Metastasis inhibition factor NM23) (Tumor metastatic process-associated protein) | 0.299 | 0.030 | Q05982 |
| Cryab | Alpha-crystallin B chain (Alpha(B)-crystallin) | 0.621 | 0.030 | P23928 |
| Hspa4 | Heat shock 70 kDa protein 4 (Ischemia responsive 94 kDa protein) | 0.200 | 0.031 | O88600 |
| Cs | Citrate synthase, mitochondrial (EC 2.3.3.1) (Citrate (Si)-synthase) | 0.322 | 0.031 | Q8VHF5 |
| Hspa8 | Heat shock cognate 71 kDa protein (EC 3.6.4.10) (Heat shock 70 kDa protein 8) | 0.208 | 0.032 | P63018 |
| Aco1 | Cytoplasmic aconitate hydratase (Aconitase) (EC 4.2.1.3) (Citrate hydro-lyase) (Iron regulatory protein 1) (IRP1) (Iron-responsive element-binding protein 1) (IRE-BP 1) | 0.271 | 0.032 | Q63270 |
| Atp5mf | ATP synthase F(0) complex subunit f, mitochondrial (ATP synthase membrane subunit f) | 0.332 | 0.032 | D3ZAF6 |
| Slc12a5 | Solute carrier family 12 member 5 (Electroneutral potassium-chloride cotransporter 2) (Furosemide-sensitive K-Cl cotransporter) (K-Cl cotransporter 2) (rKCC2) (Neuronal K-Cl cotransporter) | 0.370 | 0.032 | Q63633 |
| Slc6a17 | Sodium-dependent neutral amino acid transporter SLC6A17 (Sodium-dependent neurotransmitter transporter NTT4) (Solute carrier family 6 member 17) | 0.379 | 0.032 | P31662 |
| Dpp7 | Dipeptidyl peptidase 2 (EC 3.4.14.2) (Dipeptidyl aminopeptidase II) (Dipeptidyl peptidase 7) (Dipeptidyl peptidase II) (DPP II) (Quiescent cell proline dipeptidase) | 0.467 | 0.032 | Q9EPB1 |
| Atp5mg | ATP synthase F(0) complex subunit g, mitochondrial (ATPase subunit g) (ATP synthase membrane subunit g) | 0.599 | 0.032 | Q6PDU7 |
| Actrt1 | Actin-related protein T1 | 1.752 | 0.032 | Q5XIK1 |
| Hsp90aa1 | Heat shock protein HSP 90-alpha (EC 3.6.4.10) (Heat shock 86 kDa) (HSP 86) (HSP86) | 0.336 | 0.033 | P82995 |
| Coq9 | Ubiquinone biosynthesis protein COQ9, mitochondrial | 1.045 | 0.033 | Q68FT1 |
| Dlg2 | Disks large homolog 2 (Channel-associated protein of synapse-110) (Chapsyn-110) (Postsynaptic density protein PSD-93) | 1.625 | 0.033 | Q63622 |
| Exoc2 | Exocyst complex component 2 (Exocyst complex component Sec5) (rSec5) | 1.769 | 0.033 | O54921 |
| Ppp5c | Serine/threonine-protein phosphatase 5 (PP5) (EC 3.1.3.16) (Protein phosphatase T) (PPT) | 2.036 | 0.033 | P53042 |
| Mpc2 | Mitochondrial pyruvate carrier 2 (Brain protein 44) (Protein 0-44) | 0.736 | 0.035 | P38718 |
| Ctsd | Cathepsin D (EC 3.4.23.5) [Cleaved into: Cathepsin D 12 kDa light chain; Cathepsin D 9 kDa light chain; Cathepsin D 34 kDa heavy chain; Cathepsin D 30 kDa heavy chain] | 1.318 | 0.035 | P24268 |
| Nfasc | Neurofascin | 0.172 | 0.036 | P97685 |
| Gnao1 | Guanine nucleotide-binding protein G(o) subunit alpha (EC 3.6.5.-) | 0.196 | 0.036 | P59215 |
| Pygb | Glycogen phosphorylase, brain form (EC 2.4.1.1) | 0.229 | 0.036 | P53534 |
| Tubb2a | Tubulin beta-2A chain | 0.316 | 0.036 | P85108 |
| Ppp2r2a | Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B alpha isoform (PP2A subunit B isoform B55-alpha) (B55) (PP2A subunit B isoform BRA) (PP2A subunit B isoform PR55-alpha) (PP2A subunit B isoform R2-alpha) (PP2A subunit B isoform alpha) | 0.321 | 0.036 | P36876 |
| Ran | GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-like protein TC4) (Ras-related nuclear protein) | 0.505 | 0.036 | P62828 |
| Dpp10 | Inactive dipeptidyl peptidase 10 (Dipeptidyl peptidase X) (DPP X) (Kv4 potassium channel auxiliary subunit) | 0.579 | 0.036 | Q6Q629 |
| Vcp | Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (15S Mg(2+)-ATPase p97 subunit) (Valosin-containing protein) (VCP) | 0.184 | 0.037 | P46462 |
| Idh3b | Isocitrate dehydrogenase [NAD] subunit beta, mitochondrial (Isocitric dehydrogenase subunit beta) (NAD(+)-specific ICDH subunit beta) | 0.236 | 0.037 | Q68FX0 |
| Tubb3 | Tubulin beta-3 chain (Neuron-specific class III beta-tubulin) | 0.616 | 0.040 | Q4QRB4 |
| Usp7 | Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Deubiquitinating enzyme 7) (Herpesvirus-associated ubiquitin-specific protease) (rHAUSP) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7) | 0.914 | 0.040 | Q4VSI4 |
| Mdh1 | Malate dehydrogenase, cytoplasmic (EC 1.1.1.37) (Aromatic alpha-keto acid reductase) (KAR) (EC 1.1.1.96) (Cytosolic malate dehydrogenase) | 0.279 | 0.041 | O88989 |
| Pgrmc1 | Membrane-associated progesterone receptor component 1 (mPR) (25-DX) (Acidic 25 kDa protein) (Ventral midline antigen) (VEMA) | 0.281 | 0.041 | P70580 |
| Fah | Fumarylacetoacetase (FAA) (EC 3.7.1.2) (Beta-diketonase) (Fumarylacetoacetate hydrolase) | 0.303 | 0.041 | P25093 |
| Idh1 | Isocitrate dehydrogenase [NADP] cytoplasmic (IDH) (IDH1) (EC 1.1.1.42) (Cytosolic NADP-isocitrate dehydrogenase) (IDPc) (NADP(+)-specific ICDH) (Oxalosuccinate decarboxylase) | 0.331 | 0.041 | P41562 |
| Cstb | Cystatin-B (Cystatin-beta) (Liver thiol proteinase inhibitor) (Stefin-B) | 0.444 | 0.041 | P01041 |
| Capza1 | F-actin-capping protein subunit alpha-1 (CapZ alpha-1) | 0.568 | 0.041 | B2GUZ5 |
| Slc3a2 | Amino acid transporter heavy chain SLC3A2 (4F2 cell-surface antigen heavy chain) (4F2hc) (Solute carrier family 3 member 2) (CD antigen CD98) | 0.188 | 0.042 | Q794F9 |
| Sncb | Beta-synuclein (Phosphoneuroprotein 14) (PNP 14) | 0.315 | 0.042 | Q63754 |
| Ola1 | Obg-like ATPase 1 | 0.316 | 0.042 | A0JPJ7 |
| Lap3 | Cytosol aminopeptidase (EC 3.4.11.1) (Cysteinylglycine-S-conjugate dipeptidase) (EC 3.4.13.23) (Leucine aminopeptidase 3) (LAP-3) (Leucyl aminopeptidase) (LAP) (Peptidase S) (Proline aminopeptidase) (EC 3.4.11.5) (Prolyl aminopeptidase) | 0.474 | 0.042 | Q68FS4 |
| Inpp4a | Inositol polyphosphate-4-phosphatase type I A (Inositol polyphosphate 4-phosphatase type I) (Type I inositol 3,4-bisphosphate 4-phosphatase) (EC 3.1.3.66) | 0.225 | 0.043 | Q62784 |
| Pak1 | Serine/threonine-protein kinase PAK 1 (EC 2.7.11.1) (Alpha-PAK) (Protein kinase MUK2) (p21-activated kinase 1) (PAK-1) (p68-PAK) | 0.294 | 0.044 | P35465 |
| Gapdh | Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (38 kDa BFA-dependent ADP-ribosylation substrate) (BARS-38) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-) | 0.378 | 0.044 | P04797 |
| Cmpk1 | UMP-CMP kinase (EC 2.7.4.14) (Deoxycytidylate kinase) (CK) (dCMP kinase) (Nucleoside-diphosphate kinase) (EC 2.7.4.6) (Uridine monophosphate/cytidine monophosphate kinase) (UMP/CMP kinase) (UMP/CMPK) | 0.462 | 0.044 | Q4KM73 |
| Tkt | Transketolase (TK) (EC 2.2.1.1) | 0.192 | 0.045 | P50137 |
| Gna11 | Guanine nucleotide-binding protein subunit alpha-11 (G alpha-11) (G-protein subunit alpha-11) | 0.275 | 0.045 | Q9JID2 |
| Gpi | Glucose-6-phosphate isomerase (GPI) (EC 5.3.1.9) (Autocrine motility factor) (AMF) (Neuroleukin) (NLK) (Phosphoglucose isomerase) (PGI) (Phosphohexose isomerase) (PHI) | 0.161 | 0.046 | Q6P6V0 |
| Got1 | Aspartate aminotransferase, cytoplasmic (cAspAT) (EC 2.6.1.1) (EC 2.6.1.3) (Cysteine aminotransferase, cytoplasmic) (Cysteine transaminase, cytoplasmic) (cCAT) (Glutamate oxaloacetate transaminase 1) (Transaminase A) | 0.290 | 0.046 | P13221 |
| Psmb2 | Proteasome subunit beta type-2 (Macropain subunit C7-I) (Multicatalytic endopeptidase complex subunit C7-I) (Proteasome component C7-I) (Proteasome subunit beta-4) (beta-4) | 0.695 | 0.046 | P40307 |
| Tcp1 | T-complex protein 1 subunit alpha (TCP-1-alpha) (EC 3.6.1.-) (CCT-alpha) | 0.202 | 0.048 | P28480 |
| Tuba1b | Tubulin alpha-1B chain (EC 3.6.5.-) (Alpha-tubulin 2) (Tubulin alpha-2 chain) [Cleaved into: Detyrosinated tubulin alpha-1B chain] | 2.398 | 0.048 | Q6P9V9 |
| Sod2 | Superoxide dismutase [Mn], mitochondrial (EC 1.15.1.1) | 0.914 | 0.049 | P07895 |
| Akr1b1 | Aldo-keto reductase family 1 member B1 (EC 1.1.1.21) (EC 1.1.1.300) (EC 1.1.1.372) (EC 1.1.1.54) (Aldehyde reductase) (Aldose reductase) (AR) | 0.189 | 0.050 | P07943 |
| Pacsin1 | Protein kinase C and casein kinase substrate in neurons protein 1 (Dynamin proline-rich domain-interacting protein) (Dynamin PRD-interacting protein) (Synaptic, dynamin-associated protein I) (Syndapin-1) (Syndapin-I) (SdpI) | 0.189 | 0.050 | Q9Z0W5 |
| Prdx6 | Peroxiredoxin-6 (EC 1.11.1.27) (1-Cys peroxiredoxin) (1-Cys PRX) (Acidic calcium-independent phospholipase A2) (aiPLA2) (EC 3.1.1.4) (Antioxidant protein 2) (Glutathione-dependent peroxiredoxin) (Lysophosphatidylcholine acyltransferase 5) (LPC acyltransferase 5) (LPCAT-5) (Lyso-PC acyltransferase 5) (EC 2.3.1.23) (Non-selenium glutathione peroxidase) (NSGPx) (Thiol-specific antioxidant protein) | 0.195 | 0.050 | O35244 |
| Sfxn3 | Sideroflexin-3 | 0.272 | 0.050 | Q9JHY2 |
| Bdh1 | D-beta-hydroxybutyrate dehydrogenase, mitochondrial (EC 1.1.1.30) (3-hydroxybutyrate dehydrogenase) (BDH) | 0.343 | 0.050 | P29147 |
| Hnrnpd | Heterogeneous nuclear ribonucleoprotein D0 (hnRNP D0) (AU-rich element RNA-binding protein 1) | 0.856 | 0.050 | Q9JJ54 |
| Dync1h1 | Cytoplasmic dynein 1 heavy chain 1 (Cytoplasmic dynein heavy chain 1) (Dynein heavy chain, cytosolic) (MAP 1C) | 0.173 | 0.051 | P38650 |
| Ddt | D-dopachrome decarboxylase (EC 4.1.1.84) (D-dopachrome tautomerase) | 0.232 | 0.051 | P80254 |
| Rufy3 | Protein RUFY3 (RUN and FYVE domain-containing protein 3) (Rap2-interacting protein x) (RIPx) (Single axon-regulated protein) (Singar) | 0.300 | 0.051 | Q5FVJ0 |
| Lgi1 | Leucine-rich glioma-inactivated protein 1 | 0.319 | 0.051 | Q8K4Y5 |
| Gpd1 | Glycerol-3-phosphate dehydrogenase [NAD(+)], cytoplasmic (GPD-C) (GPDH-C) (EC 1.1.1.8) | 0.367 | 0.051 | O35077 |
| Pdp1 | [Pyruvate dehydrogenase [acetyl-transferring]]-phosphatase 1, mitochondrial (PDP 1) (EC 3.1.3.43) (Protein phosphatase 2C) (Pyruvate dehydrogenase phosphatase catalytic subunit 1) (PDPC 1) | 2.479 | 0.051 | O88483 |
| Gltp | Glycolipid transfer protein (GLTP) | 5.003 | 0.051 | B0BNM9 |
| Prkacb | cAMP-dependent protein kinase catalytic subunit beta (PKA C-beta) (EC 2.7.11.11) | 0.239 | 0.052 | P68182 |
| Ap2m1 | AP-2 complex subunit mu (AP-2 mu chain) (Adaptor protein complex AP-2 subunit mu) (Adaptor-related protein complex 2 subunit mu) (Clathrin assembly protein complex 2 mu medium chain) (Clathrin coat assembly protein AP50) (Clathrin coat-associated protein AP50) (Mu2-adaptin) (Plasma membrane adaptor AP-2 50 kDa protein) | 0.530 | 0.052 | P84092 |
| Fabp5 | Fatty acid-binding protein 5 (Cutaneous fatty acid-binding protein) (C-FABP) (DA11) (Epidermal-type fatty acid-binding protein) (E-FABP) (Fatty acid-binding protein, epidermal) | 0.540 | 0.052 | P55053 |
| Tagln2 | Transgelin-2 | 0.562 | 0.052 | Q5XFX0 |
| Nrcam | Neuronal cell adhesion molecule (Nr-CAM) (Ankyrin-binding cell adhesion molecule NrCAM) (Neuronal surface protein Bravo) (rBravo) (NgCAM-related cell adhesion molecule) (Ng-CAM-related) | 0.600 | 0.052 | P97686 |
| Mapk3 | Mitogen-activated protein kinase 3 (MAP kinase 3) (MAPK 3) (EC 2.7.11.24) (ERT2) (Extracellular signal-regulated kinase 1) (ERK-1) (Insulin-stimulated MAP2 kinase) (MAP kinase isoform p44) (p44-MAPK) (MNK1) (Microtubule-associated protein 2 kinase) (p44-ERK1) | 0.179 | 0.053 | P21708 |
| Pebp1 | Phosphatidylethanolamine-binding protein 1 (PEBP-1) (23 kDa morphine-binding protein) (HCNPpp) (P23K) [Cleaved into: Hippocampal cholinergic neurostimulating peptide (HCNP)] | 0.181 | 0.053 | P31044 |
| Dld | Dihydrolipoyl dehydrogenase, mitochondrial (EC 1.8.1.4) (Dihydrolipoamide dehydrogenase) | 0.301 | 0.053 | Q6P6R2 |
| Pfn2 | Profilin-2 (Profilin II) | 0.425 | 0.053 | Q9EPC6 |
| Hpx | Hemopexin | 1.063 | 0.053 | P20059 |
| Fabp3 | Fatty acid-binding protein, heart (Fatty acid-binding protein 3) (Heart-type fatty acid-binding protein) (H-FABP) | 1.072 | 0.053 | P07483 |
| Hsd17b12 | Very-long-chain 3-oxoacyl-CoA reductase (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12) (17-beta-HSD 12) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12) (EC 1.1.1.62) | 3.297 | 0.053 | Q6P7R8 |
| Trim2 | Tripartite motif-containing protein 2 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRIM2) (RING-type E3 ubiquitin transferase TRIM2) | 0.349 | 0.054 | D3ZQG6 |
| Pitpna | Phosphatidylinositol transfer protein alpha isoform (PI-TP-alpha) (PtdIns transfer protein alpha) (PtdInsTP alpha) | 0.497 | 0.054 | P16446 |
| Glrx3 | Glutaredoxin-3 (PKC-interacting cousin of thioredoxin) (PICOT) (PKC-theta-interacting protein) (PKCq-interacting protein) (Thioredoxin-like protein 2) | 0.525 | 0.054 | Q9JLZ1 |
| Scp2 | Sterol carrier protein 2 (SCP-2) (Acetyl-CoA C-myristoyltransferase) (EC 2.3.1.155) (Non-specific lipid-transfer protein) (NSL-TP) (Propanoyl-CoA C-acyltransferase) (EC 2.3.1.176) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (EC 2.3.1.16) (SCP-chi) (Sterol carrier protein X) (SCP-X) | 0.629 | 0.054 | P11915 |
| Ggt7 | Glutathione hydrolase 7 (EC 3.4.19.13) (Gamma-glutamyltransferase 7) (GGT 7) (EC 2.3.2.2) (Gamma-glutamyltransferase-like 3) (Gamma-glutamyltranspeptidase 7) [Cleaved into: Glutathione hydrolase 7 heavy chain; Glutathione hydrolase 7 light chain] | 0.427 | 0.055 | Q99MZ4 |
| Anxa6 | Annexin A6 (Annexin VI) (Annexin-6) (Calcium-binding protein 65/67) (CBP 65/67) | 0.591 | 0.055 | P48037 |
| Slc17a6 | Vesicular glutamate transporter 2 (VGluT2) (Differentiation-associated BNPI) (Differentiation-associated Na(+)-dependent inorganic phosphate cotransporter) (Solute carrier family 17 member 6) | 3.543 | 0.055 | Q9JI12 |
| Bles03 | UPF0696 protein C11orf68 homolog (Basophilic leukemia-expressed protein Bles03) | 3.799 | 0.055 | Q566Q8 |
| Echs1 | Enoyl-CoA hydratase, mitochondrial (mECH) (mECH1) (EC 4.2.1.17) (EC 5.3.3.8) (Enoyl-CoA hydratase 1) (ECHS1) (Short-chain enoyl-CoA hydratase) (SCEH) | 0.262 | 0.056 | P14604 |
| Ncald | Neurocalcin-delta | 0.288 | 0.056 | Q5PQN0 |
| Got2 | Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Fatty acid-binding protein) (FABP-1) (Glutamate oxaloacetate transaminase 2) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Plasma membrane-associated fatty acid-binding protein) (FABPpm) (Transaminase A) | 0.336 | 0.056 | P00507 |
| Psma6 | Proteasome subunit alpha type-6 (Macropain iota chain) (Multicatalytic endopeptidase complex iota chain) (Proteasome iota chain) (Proteasome subunit alpha-1) (alpha-1) | 0.439 | 0.056 | P60901 |
| Atp5f1d | ATP synthase F(1) complex subunit delta, mitochondrial (ATP synthase F1 subunit delta) (F-ATPase delta subunit) | 0.483 | 0.056 | P35434 |
| Rps7 | Small ribosomal subunit protein eS7 (40S ribosomal protein S7) (S8) | 2.108 | 0.056 | P62083 |
| Snd1 | Staphylococcal nuclease domain-containing protein 1 (EC 3.1.31.1) (100 kDa coactivator) (SND p102) (p100 co-activator) (p105 coactivator) | 4.118 | 0.056 | Q66X93 |
| Prxl2a | Peroxiredoxin-like 2A (Peroxiredoxin-like 2 activated in M-CSF stimulated monocytes) (Protein PAMM) (Redox-regulatory protein FAM213A) (Sperm head protein 1) | 0.334 | 0.058 | Q6AXX6 |
| Prps1 | Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I) (PRS-I) | 0.787 | 0.058 | P60892 |
| Cadm3 | Cell adhesion molecule 3 (Immunoglobulin superfamily member 4B) (IgSF4B) (Nectin-like protein 1) (NECL-1) | 1.446 | 0.058 | Q1WIM3 |
| Rab14 | Ras-related protein Rab-14 (EC 3.6.5.2) | 0.224 | 0.061 | P61107 |
| Aldh7a1 | Alpha-aminoadipic semialdehyde dehydrogenase (Alpha-AASA dehydrogenase) (EC 1.2.1.31) (Aldehyde dehydrogenase family 7 member A1) (EC 1.2.1.3) (Antiquitin-1) (Betaine aldehyde dehydrogenase) (EC 1.2.1.8) (Delta1-piperideine-6-carboxylate dehydrogenase) (P6c dehydrogenase) | 1.541 | 0.061 | Q64057 |
| Serpina3k | Serine protease inhibitor A3K (Serpin A3K) (CPI-21) (Contrapsin-like protease inhibitor 1) (GHR-P63) (Growth hormone-regulated proteinase inhibitor) (Kallikrein-binding protein) (KBP) (SPI-2.3) (Serine protease inhibitor 2) (SPI-2) (Thyroid hormone-regulated protein) | 2.484 | 0.061 | P05545 |
| Pde10a | cAMP and cAMP-inhibited cGMP 3',5'-cyclic phosphodiesterase 10A (EC 3.1.4.17) | 0.127 | 0.062 | Q9QYJ6 |
| Pfkp | ATP-dependent 6-phosphofructokinase, platelet type (ATP-PFK) (PFK-P) (EC 2.7.1.11) (6-phosphofructokinase type C) (Phosphofructo-1-kinase isozyme C) (PFK-C) (Phosphohexokinase) | 0.163 | 0.064 | P47860 |
| Asrgl1 | Isoaspartyl peptidase/L-asparaginase (EC 3.4.19.5) (EC 3.5.1.1) (Asparaginase-like protein 1) (Asparaginase-like sperm autoantigen) (Beta-aspartyl-peptidase) (Glial asparaginase) (Isoaspartyl dipeptidase) (L-asparagine amidohydrolase) [Cleaved into: Isoaspartyl peptidase/L-asparaginase alpha chain; Isoaspartyl peptidase/L-asparaginase beta chain] | 0.230 | 0.064 | Q8VI04 |
| Gls | Glutaminase kidney isoform, mitochondrial (GLS) (EC 3.5.1.2) (K-glutaminase) (L-glutamine amidohydrolase) [Cleaved into: Glutaminase kidney isoform, mitochondrial 68 kDa chain; Glutaminase kidney isoform, mitochondrial 65 kDa chain] | 0.237 | 0.064 | P13264 |
| Aldh1b1 | Aldehyde dehydrogenase X, mitochondrial (EC 1.2.1.3) (Aldehyde dehydrogenase family 1 member B1) | 0.240 | 0.064 | Q66HF8 |
| Cadm2 | Cell adhesion molecule 2 (Immunoglobulin superfamily member 4D) (IgSF4D) (Nectin-like protein 3) (NECL-3) (Synaptic cell adhesion molecule 2) (SynCAM 2) | 0.314 | 0.064 | Q1WIM2 |
| Sv2a | Synaptic vesicle glycoprotein 2A (Synaptic vesicle protein 2) (Synaptic vesicle protein 2A) | 0.371 | 0.064 | Q02563 |
| Ca2 | Carbonic anhydrase 2 (EC 4.2.1.1) (Carbonate dehydratase II) (Carbonic anhydrase II) (CA-II) (Cyanamide hydratase CA2) (EC 4.2.1.69) | 0.435 | 0.064 | P27139 |
| C3 | Complement C3 [Cleaved into: Complement C3 beta chain; C3-beta-c (C3bc) (Neutrophil chemotactic factor-2) (ENCF-2); Complement C3 alpha chain; C3a anaphylatoxin (Neutrophil chemotactic factor-1) (ENCF-1); Acylation stimulating protein (ASP) (C3adesArg); Complement C3b (Complement C3b-alpha' chain); Complement C3c alpha' chain fragment 1; Complement C3dg fragment; Complement C3g fragment; Complement C3d fragment; Complement C3f fragment; Complement C3c alpha' chain fragment 2] | 0.770 | 0.064 | P01026 |
| Atp5pd | ATP synthase peripheral stalk subunit d, mitochondrial (ATPase subunit d) (ATP synthase peripheral stalk subunit d) | 0.209 | 0.065 | P31399 |
| Gdi1 | Rab GDP dissociation inhibitor alpha (Rab GDI alpha) (Guanosine diphosphate dissociation inhibitor 1) (GDI-1) | 0.140 | 0.066 | P50398 |
| Cd47 | Leukocyte surface antigen CD47 (Integrin-associated protein) (IAP) (CD antigen CD47) | 0.338 | 0.067 | P97829 |
| Pkm | Pyruvate kinase PKM (EC 2.7.1.40) (Pyruvate kinase muscle isozyme) (Threonine-protein kinase PKM2) (EC 2.7.11.1) (Tyrosine-protein kinase PKM2) (EC 2.7.10.2) | 0.143 | 0.068 | P11980 |
| Crym | Ketimine reductase mu-crystallin (EC 1.5.1.25) (1-piperideine-2-carboxylate/1-pyrroline-2-carboxylate reductase) (P2C/Pyr2C reductase) (EC 1.5.1.1) (CDK108) (NADP-regulated thyroid-hormone-binding protein) | 0.181 | 0.068 | Q9QYU4 |
| Prkar2b | cAMP-dependent protein kinase type II-beta regulatory subunit | 0.148 | 0.069 | P12369 |
| Lamp2 | Lysosome-associated membrane glycoprotein 2 (LAMP-2) (Lysosome-associated membrane protein 2) (CD107 antigen-like family member B) (LGP-110) (LGP-96) (Lysosomal membrane glycoprotein type B) (LGP-B) (CD antigen CD107b) | 2.655 | 0.069 | P17046 |
| Septin2 | Septin-2 (Vascular endothelial cell specific protein 11) | 0.155 | 0.070 | Q91Y81 |
| Prdx3 | Thioredoxin-dependent peroxide reductase, mitochondrial (EC 1.11.1.24) (PRx III) (Peroxiredoxin-3) (PRX-3) (Thioredoxin-dependent peroxiredoxin 3) | 0.271 | 0.070 | Q9Z0V6 |
| Ndrg1 | Protein NDRG1 (N-myc downstream-regulated gene 1 protein) (Protein Ndr1) | 1.089 | 0.070 | Q6JE36 |
| Snx3 | Sorting nexin-3 | 0.268 | 0.071 | Q5U211 |
| Atp2b3 | Plasma membrane calcium-transporting ATPase 3 (PMCA3) (EC 7.2.2.10) (Plasma membrane calcium ATPase isoform 3) (Plasma membrane calcium pump isoform 3) | 0.723 | 0.071 | Q64568 |
| Hsdl1 | Inactive hydroxysteroid dehydrogenase-like protein 1 | 0.908 | 0.071 | Q4V8B7 |
| Pld3 | 5'-3' exonuclease PLD3 (EC 3.1.16.1) ((S,S)-bis(monoacylglycero)phosphate synthase PLD3) (EC 3.1.4.-) (Phospholipase D3) | 2.280 | 0.071 | Q5FVH2 |
| Mt-Nd2 | NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2) | 4.186 | 0.071 | P11662 |
| Cct3 | T-complex protein 1 subunit gamma (TCP-1-gamma) (EC 3.6.1.-) (CCT-gamma) | 0.195 | 0.072 | Q6P502 |
| Gpd2 | Glycerol-3-phosphate dehydrogenase, mitochondrial (GPD-M) (GPDH-M) (EC 1.1.5.3) | 0.344 | 0.072 | P35571 |
| Rab7a | Ras-related protein Rab-7a (EC 3.6.5.2) (Ras-related protein BRL-RAS) (Ras-related protein p23) | 0.169 | 0.075 | P09527 |
| Them4 | Acyl-coenzyme A thioesterase THEM4 (Acyl-CoA thioesterase THEM4) (EC 3.1.2.2) (Thioesterase superfamily member 4) | 0.723 | 0.075 | Q566R0 |
| Uchl1 | Ubiquitin carboxyl-terminal hydrolase isozyme L1 (UCH-L1) (EC 3.4.19.12) (Neuron cytoplasmic protein 9.5) (PGP 9.5) (PGP9.5) (Ubiquitin thioesterase L1) | 0.201 | 0.076 | Q00981 |
| Gstp1 | Glutathione S-transferase P (EC 2.5.1.18) (Chain 7) (GST 7-7) (GST class-pi) | 0.272 | 0.076 | P04906 |
| Tufm | Elongation factor Tu, mitochondrial (EC 3.6.5.3) | 0.324 | 0.076 | P85834 |
| Hsph1 | Heat shock protein 105 kDa (Heat shock 110 kDa protein) | 0.217 | 0.077 | Q66HA8 |
| Cap2 | Adenylyl cyclase-associated protein 2 (CAP 2) | 0.293 | 0.078 | P52481 |
| Cdipt | CDP-diacylglycerol--inositol 3-phosphatidyltransferase (EC 2.7.8.11) (Phosphatidylinositol synthase) (PI synthase) (PtdIns synthase) | 1.786 | 0.078 | P70500 |
| Gstz1 | Maleylacetoacetate isomerase (MAAI) (EC 5.2.1.2) (GSTZ1-1) (Glutathione S-transferase zeta 1) (EC 2.5.1.18) | 0.304 | 0.080 | P57113 |
| Htt | Huntingtin (Huntington disease protein homolog) (HD protein homolog) [Cleaved into: Huntingtin, myristoylated N-terminal fragment] | 0.525 | 0.080 | P51111 |
| Ephb1 | Ephrin type-B receptor 1 (EC 2.7.10.1) (ELK) (Tyrosine-protein kinase receptor EPH-2) | 4.681 | 0.080 | P09759 |
| Atp5f1a | ATP synthase F(1) complex subunit alpha, mitochondrial (ATP synthase F1 subunit alpha) | 0.181 | 0.081 | P15999 |
| Ttyh1 | Protein tweety homolog 1 (Volume-regulated anion channel subunit Ttyh1) | 0.259 | 0.081 | P0C5X8 |
| Tnr | Tenascin-R (TN-R) (Janusin) (Neural recognition molecule J1-160/180) (Restrictin) | 0.369 | 0.081 | Q05546 |
| Hspa9 | Stress-70 protein, mitochondrial (EC 3.6.4.10) (75 kDa glucose-regulated protein) (GRP-75) (Heat shock 70 kDa protein 9) (Mortalin) (Peptide-binding protein 74) (PBP74) (mtHSP70) | 0.246 | 0.083 | P48721 |
| Cnp | 2',3'-cyclic-nucleotide 3'-phosphodiesterase (CNP) (CNPase) (EC 3.1.4.37) | 0.188 | 0.084 | P13233 |
| Ctnnb1 | Catenin beta-1 (Beta-catenin) | 1.580 | 0.084 | Q9WU82 |
| Ehd3 | EH domain-containing protein 3 | 0.141 | 0.085 | Q8R491 |
| Aco2 | Aconitate hydratase, mitochondrial (Aconitase) (EC 4.2.1.3) (Citrate hydro-lyase) | 0.157 | 0.086 | Q9ER34 |
| Erp29 | Endoplasmic reticulum resident protein 29 (ERp29) (Endoplasmic reticulum resident protein 31) (ERp31) | 0.283 | 0.086 | P52555 |
| Sirt2 | NAD-dependent protein deacetylase sirtuin-2 (EC 2.3.1.286) (NAD-dependent protein defatty-acylase sirtuin-2) (EC 2.3.1.-) (Regulatory protein SIR2 homolog 2) (SIR2-like protein 2) | 0.405 | 0.086 | Q5RJQ4 |
| Wdr1 | WD repeat-containing protein 1 | 0.867 | 0.086 | Q5RKI0 |
| Mt-Nd4 | NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4) | 1.782 | 0.086 | P05508 |
| Sfxn5 | Sideroflexin-5 (Tricarboxylate carrier BBG-TCC) | 0.350 | 0.088 | Q8CFD0 |
| Cisd1 | CDGSH iron-sulfur domain-containing protein 1 (Cysteine transaminase CISD1) (EC 2.6.1.3) (MitoNEET) | 0.452 | 0.088 | B0K020 |
| Pip4k2a | Phosphatidylinositol 5-phosphate 4-kinase type-2 alpha (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-alpha) (Diphosphoinositide kinase 2-alpha) (PIPK2 alpha) (Phosphatidylinositol 5-phosphate 4-kinase type II alpha) (PI(5)P 4-kinase type II alpha) (PIP4KII-alpha) (PtdIns(5)P-4-kinase isoform 2-alpha) | 0.326 | 0.089 | Q9R0I8 |
| Mgll | Monoglyceride lipase (MGL) (EC 3.1.1.23) (Monoacylglycerol lipase) (MAGL) | 0.476 | 0.090 | Q8R431 |
| Uso1 | General vesicular transport factor p115 (Protein USO1 homolog) (Transcytosis-associated protein) (TAP) (Vesicle-docking protein) | 0.456 | 0.091 | P41542 |
| Slc17a7 | Vesicular glutamate transporter 1 (VGluT1) (Brain-specific Na(+)-dependent inorganic phosphate cotransporter) (Solute carrier family 17 member 7) | 2.634 | 0.092 | Q62634 |
| Aldh5a1 | Succinate-semialdehyde dehydrogenase, mitochondrial (SSADH) (EC 1.2.1.24) (Aldehyde dehydrogenase family 5 member A1) (NAD(+)-dependent succinic semialdehyde dehydrogenase) | 0.178 | 0.095 | P51650 |
| Suclg1 | Succinate--CoA ligase [ADP/GDP-forming] subunit alpha, mitochondrial (EC 6.2.1.4) (EC 6.2.1.5) (Succinyl-CoA synthetase subunit alpha) (SCS-alpha) | 0.584 | 0.095 | P13086 |
| Sh3glb2 | Endophilin-B2 (SH3 domain-containing GRB2-like protein B2) | 0.145 | 0.101 | Q5PPJ9 |
| Nit1 | Deaminated glutathione amidase (dGSH amidase) (EC 3.5.1.128) (Nitrilase homolog 1) | 0.357 | 0.101 | Q7TQ94 |
| Spr | Sepiapterin reductase (SPR) (EC 1.1.1.153) | 1.373 | 0.101 | P18297 |
| Pafah1b3 | Platelet-activating factor acetylhydrolase IB subunit alpha1 (EC 3.1.1.47) (PAF acetylhydrolase 29 kDa subunit) (PAF-AH 29 kDa subunit) (PAF-AH subunit gamma) (PAFAH subunit gamma) (Platelet-activating factor acetylhydrolase alpha 1 subunit) (PAF-AH alpha 1) | 0.643 | 0.103 | O35263 |
| Pnp | Purine nucleoside phosphorylase (PNP) (EC 2.4.2.1) (Inosine phosphorylase) (Inosine-guanosine phosphorylase) | 0.380 | 0.106 | P85973 |
| Nde1 | Nuclear distribution protein nudE homolog 1 (NudE) (rNudE) | 0.441 | 0.106 | Q9ES39 |
| Prkaca | cAMP-dependent protein kinase catalytic subunit alpha (PKA C-alpha) (EC 2.7.11.11) | 2.364 | 0.106 | P27791 |
| Nptx1 | Neuronal pentraxin-1 (NP1) (47 kDa taipoxin-binding protein) (Neuronal pentraxin I) (NP-I) | 1.221 | 0.107 | P47971 |
| Psma2 | Proteasome subunit alpha type-2 (Macropain subunit C3) (Multicatalytic endopeptidase complex subunit C3) (Proteasome component C3) (Proteasome subunit alpha-2) (alpha-2) | 0.464 | 0.109 | P17220 |
| Pdia3 | Protein disulfide-isomerase A3 (EC 5.3.4.1) (58 kDa glucose-regulated protein) (58 kDa microsomal protein) (p58) (Disulfide isomerase ER-60) (Endoplasmic reticulum resident protein 57) (ER protein 57) (ERp57) (Endoplasmic reticulum resident protein 60) (ER protein 60) (ERp60) (HIP-70) (Q-2) | 0.161 | 0.110 | P11598 |
| Hba1 | Hemoglobin subunit alpha-1/2 (Alpha-1/2-globin) (Hemoglobin alpha-1/2 chain) [Cleaved into: Hemopressin] | 0.350 | 0.110 | P01946 |
| Cox6a1 | Cytochrome c oxidase subunit 6A1, mitochondrial (Cytochrome c oxidase polypeptide VIa-liver) | 1.772 | 0.110 | P10818 |
| Nme2 | Nucleoside diphosphate kinase B (NDK B) (NDP kinase B) (EC 2.7.4.6) (Histidine protein kinase NDKB) (EC 2.7.13.3) (P18) | 0.132 | 0.114 | P19804 |
| Mtarc2 | Mitochondrial amidoxime reducing component 2 (mARC2) (EC 1.7.-.-) (Molybdenum cofactor sulfurase C-terminal domain-containing protein 2) (MOSC domain-containing protein 2) (Moco sulfurase C-terminal domain-containing protein 2) | 0.383 | 0.114 | O88994 |
| Dpysl4 | Dihydropyrimidinase-related protein 4 (DRP-4) (Collapsin response mediator protein 3) (CRMP-3) (UNC33-like phosphoprotein 4) (ULIP-4) | 0.099 | 0.115 | Q62951 |
| Nsf | Vesicle-fusing ATPase (EC 3.6.4.6) (N-ethylmaleimide-sensitive fusion protein) (NEM-sensitive fusion protein) (Vesicular-fusion protein NSF) | 0.203 | 0.116 | Q9QUL6 |
| Mthfd1 | C-1-tetrahydrofolate synthase, cytoplasmic (C1-THF synthase) [Includes: Methylenetetrahydrofolate dehydrogenase (EC 1.5.1.5); Methenyltetrahydrofolate cyclohydrolase (EC 3.5.4.9); Formyltetrahydrofolate synthetase (EC 6.3.4.3)] | 0.585 | 0.117 | P27653 |
| Dpp3 | Dipeptidyl peptidase 3 (EC 3.4.14.4) (Dipeptidyl aminopeptidase III) (Dipeptidyl arylamidase III) (Dipeptidyl peptidase III) (DPP III) (Enkephalinase B) | 0.266 | 0.119 | O55096 |
| Vcl | Vinculin (Metavinculin) | 0.484 | 0.120 | P85972 |
| Sec14l2 | SEC14-like protein 2 (Alpha-tocopherol-associated protein) (TAP) (Squalene transfer protein) (Supernatant protein factor) (SPF) | 0.417 | 0.124 | Q99MS0 |
| Gstm7 | Glutathione S-transferase Mu 7 (EC 2.5.1.18) (Chain 4) (GST Yb3) (GST class-mu 3) (Glutathione S-transferase Yb-3) | 0.195 | 0.126 | P08009 |
| Fh | Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2) | 0.214 | 0.126 | P14408 |
| Tagln | Transgelin (Smooth muscle protein 22-alpha) (SM22-alpha) | 0.861 | 0.126 | P31232 |
| Epb41l1 | Band 4.1-like protein 1 (Erythrocyte membrane protein band 4.1-like 1) (Neuronal protein 4.1) (4.1N) | 0.225 | 0.127 | Q9WTP0 |
| Pgls | 6-phosphogluconolactonase (6PGL) (EC 3.1.1.31) | 0.363 | 0.127 | P85971 |
| Txnrd1 | Thioredoxin reductase 1, cytoplasmic (TR) (EC 1.8.1.9) (NADPH-dependent thioredoxin reductase) (Peroxidase TXNRD1) (EC 1.11.1.2) (Thioredoxin reductase TR1) | 0.292 | 0.129 | O89049 |
| Nptn | Neuroplastin (Glycoprotein 55/65) (gp55/65) (Stromal cell-derived receptor 1) (SDR-1) | 0.391 | 0.131 | P97546 |
| Tst | Thiosulfate sulfurtransferase (EC 2.8.1.1) (Rhodanese) | 0.168 | 0.133 | P24329 |
| Ncam1 | Neural cell adhesion molecule 1 (N-CAM-1) (NCAM-1) (CD antigen CD56) | 0.215 | 0.133 | P13596 |
| Ykt6 | Synaptobrevin homolog YKT6 (EC 2.3.1.-) | 0.275 | 0.133 | Q5EGY4 |
| Oxr1 | Oxidation resistance protein 1 (Protein C7) | 0.174 | 0.135 | Q4V8B0 |
| Hibch | 3-hydroxyisobutyryl-CoA hydrolase, mitochondrial (EC 3.1.2.4) (3-hydroxyisobutyryl-coenzyme A hydrolase) (HIB-CoA hydrolase) (HIBYL-CoA-H) | 0.279 | 0.136 | Q5XIE6 |
| Ftl1 | Ferritin light chain 1 (Ferritin L subunit 1) | 0.634 | 0.136 | P02793 |
| Map1lc3a | Microtubule-associated protein 1 light chain 3 alpha (Autophagy-related protein LC3 A) (Autophagy-related ubiquitin-like modifier LC3 A) (MAP1 light chain 3-like protein 1) (Microtubule-associated proteins 1A/1B light chain 3A) (MAP1A/MAP1B LC3 A) (MAP1A/MAP1B light chain 3 A) | 0.695 | 0.136 | Q6XVN8 |
| Atic | Bifunctional purine biosynthesis protein ATIC (AICAR transformylase/inosine monophosphate cyclohydrolase) (ATIC) [Includes: Phosphoribosylaminoimidazolecarboxamide formyltransferase (EC 2.1.2.3) (5-aminoimidazole-4-carboxamide ribonucleotide formyltransferase) (AICAR formyltransferase) (AICAR transformylase); Inosine 5'-monophosphate cyclohydrolase (IMP cyclohydrolase) (EC 3.5.4.10) (IMP synthase) (Inosinicase)] | 0.149 | 0.137 | O35567 |
| Ogdh | 2-oxoglutarate dehydrogenase complex component E1 (E1o) (OGDC-E1) (OGDH-E1) (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Alpha-KGDH-E1) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase) | 0.152 | 0.141 | Q5XI78 |
| Aprt | Adenine phosphoribosyltransferase (APRT) (EC 2.4.2.7) | 0.175 | 0.141 | P36972 |
| Eef1a2 | Elongation factor 1-alpha 2 (EF-1-alpha-2) (EC 3.6.5.-) (Eukaryotic elongation factor 1 A-2) (eEF1A-2) (Statin-S1) | 0.291 | 0.144 | P62632 |
| Vcan | Versican core protein (Chondroitin sulfate proteoglycan core protein 2) (Chondroitin sulfate proteoglycan 2) (Glial hyaluronate-binding protein) (GHAP) (Large fibroblast proteoglycan) (PG-M) | 0.665 | 0.146 | Q9ERB4 |
| Adissp | Adipose-secreted signaling protein | 0.211 | 0.147 | Q4KM45 |
| Hsd17b10 | 3-hydroxyacyl-CoA dehydrogenase type-2 (EC 1.1.1.35) (17-beta-estradiol 17-dehydrogenase) (EC 1.1.1.62) (2-methyl-3-hydroxybutyryl-CoA dehydrogenase) (MHBD) (3-alpha-(17-beta)-hydroxysteroid dehydrogenase (NAD(+))) (EC 1.1.1.239) (3-hydroxy-2-methylbutyryl-CoA dehydrogenase) (EC 1.1.1.178) (3-hydroxyacyl-CoA dehydrogenase type II) (3alpha(or 20beta)-hydroxysteroid dehydrogenase) (EC 1.1.1.53) (7-alpha-hydroxysteroid dehydrogenase) (EC 1.1.1.159) (Endoplasmic reticulum-associated amyloid beta-peptide-binding protein) (Mitochondrial ribonuclease P protein 2) (Mitochondrial RNase P protein 2) (Short chain dehydrogenase/reductase family 5C member 1) (Short-chain type dehydrogenase/reductase XH98G2) (Type II HADH) | 0.234 | 0.147 | O70351 |
| Higd1a | HIG1 domain family member 1A, mitochondrial (Hypoxia-inducible gene 1 protein) | 0.802 | 0.147 | Q8VH49 |
| Pdk1 | [Pyruvate dehydrogenase (acetyl-transferring)] kinase isozyme 1, mitochondrial (EC 2.7.11.2) (PDK p48) (Pyruvate dehydrogenase kinase isoform 1) (PDH kinase 1) | 0.597 | 0.148 | Q63065 |
| Hbb | Hemoglobin subunit beta-1 (Beta-1-globin) (Hemoglobin beta chain, major-form) (Hemoglobin beta-1 chain) | 0.355 | 0.151 | P02091 |
| Tmem30a | Cell cycle control protein 50A (P4-ATPase flippase complex beta subunit TMEM30A) (Transmembrane protein 30A) | 0.948 | 0.151 | Q6AY41 |
| Atp1a1 | Sodium/potassium-transporting ATPase subunit alpha-1 (Na(+)/K(+) ATPase alpha-1 subunit) (EC 7.2.2.13) (Sodium pump subunit alpha-1) | 0.229 | 0.152 | P06685 |
| Hspd1 | 60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (CPN60) (HSP-65) (Heat shock protein 60) (HSP-60) (Hsp60) (Mitochondrial matrix protein P1) | 0.109 | 0.156 | P63039 |
| Sirpa | Tyrosine-protein phosphatase non-receptor type substrate 1 (SHP substrate 1) (SHPS-1) (Brain Ig-like molecule with tyrosine-based activation motifs) (Bit) (CD172 antigen-like family member A) (Inhibitory receptor SHPS-1) (Macrophage fusion receptor) (Macrophage membrane protein MFP150) (Signal-regulatory protein alpha-1) (Sirp-alpha-1) (CD antigen CD172a) | 0.120 | 0.158 | P97710 |
| Rasa1 | Ras GTPase-activating protein 1 (GAP) (GTPase-activating protein) (RasGAP) (Ras p21 protein activator) (p120GAP) | 0.422 | 0.158 | P50904 |
| Eef1g | Elongation factor 1-gamma (EF-1-gamma) (eEF-1B gamma) | 0.406 | 0.159 | Q68FR6 |
| Fasn | Fatty acid synthase (EC 2.3.1.85) (Type I FAS) [Includes: [Acyl-carrier-protein] S-acetyltransferase (EC 2.3.1.38); [Acyl-carrier-protein] S-malonyltransferase (EC 2.3.1.39); 3-oxoacyl-[acyl-carrier-protein] synthase (EC 2.3.1.41); 3-oxoacyl-[acyl-carrier-protein] reductase (EC 1.1.1.100); 3-hydroxyacyl-[acyl-carrier-protein] dehydratase (EC 4.2.1.59); Enoyl-[acyl-carrier-protein] reductase (EC 1.3.1.39); Acyl-[acyl-carrier-protein] hydrolase (EC 3.1.2.14)] | 0.182 | 0.161 | P12785 |
| Park7 | Parkinson disease protein 7 homolog (Contraception-associated protein 1) (Protein CAP1) (Fertility protein SP22) (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1) (DJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124) | 0.273 | 0.161 | O88767 |
| Alb | Albumin | 0.370 | 0.161 | P02770 |
| Xpnpep1 | Xaa-Pro aminopeptidase 1 (EC 3.4.11.9) (Aminoacylproline aminopeptidase) (Cytosolic aminopeptidase P) (Soluble aminopeptidase P) (sAmp) (X-Pro aminopeptidase 1) (X-prolyl aminopeptidase 1, soluble) | 0.210 | 0.162 | O54975 |
| Cdk5 | Cyclin-dependent kinase 5 (EC 2.7.11.1) (Cell division protein kinase 5) (Cyclin-dependent-like kinase 5) (Serine/threonine-protein kinase PSSALRE) (Tau protein kinase II catalytic subunit) (TPKII catalytic subunit) | 0.191 | 0.165 | Q03114 |
| Prkce | Protein kinase C epsilon type (EC 2.7.11.13) (nPKC-epsilon) | 0.517 | 0.165 | P09216 |
| Nckap1 | Nck-associated protein 1 (NAP 1) (Membrane-associated protein HEM-2) (p125Nap1) | 0.198 | 0.166 | P55161 |
| Rapgef2 | Rap guanine nucleotide exchange factor 2 (Cyclic nucleotide ras GEF) (CNrasGEF) (Neural RAP guanine nucleotide exchange protein) (nRap GEP) (PDZ domain-containing guanine nucleotide exchange factor 1) (PDZ-GEF1) (RA-GEF-1) (Ras/Rap1-associating GEF-1) | 0.336 | 0.166 | F1M386 |
| Anxa2 | Annexin A2 (Annexin II) (Annexin-2) (Calpactin I heavy chain) (Calpactin-1 heavy chain) (Chromobindin-8) (Lipocortin II) (Placental anticoagulant protein IV) (PAP-IV) (Protein I) (p36) | 2.414 | 0.166 | Q07936 |
| Capn2 | Calpain-2 catalytic subunit (EC 3.4.22.53) (Calcium-activated neutral proteinase 2) (CANP 2) (Calpain M-type) (Calpain-2 large subunit) (Millimolar-calpain) (M-calpain) | 0.186 | 0.167 | Q07009 |
| Ldhb | L-lactate dehydrogenase B chain (LDH-B) (EC 1.1.1.27) (LDH heart subunit) (LDH-H) | 0.202 | 0.170 | P42123 |
| Eci2 | Enoyl-CoA delta isomerase 2 (EC 5.3.3.8) (Delta(3),delta(2)-enoyl-CoA isomerase) (D3,D2-enoyl-CoA isomerase) (Dodecenoyl-CoA isomerase) (Peroxisomal 3,2-trans-enoyl-CoA isomerase) (pECI) | 0.204 | 0.171 | Q5XIC0 |
| Acsbg1 | Long-chain-fatty-acid--CoA ligase ACSBG1 (EC 6.2.1.3) (Acyl-CoA synthetase bubblegum family member 1) (Gonadotropin-regulated long chain acyl CoA synthetase) (GR-LACS) | 0.299 | 0.171 | Q924N5 |
| Tf | Serotransferrin (Transferrin) (Beta-1 metal-binding globulin) (Liver regeneration-related protein LRRG03) (Siderophilin) | 0.447 | 0.171 | P12346 |
| Thy1 | Thy-1 membrane glycoprotein (Thy-1 antigen) (CD antigen CD90) | 0.219 | 0.175 | P01830 |
| Map1a | Microtubule-associated protein 1A (MAP-1A) [Cleaved into: MAP1A heavy chain; MAP1 light chain LC2] | 0.167 | 0.176 | P34926 |
| Cbr1 | Carbonyl reductase [NADPH] 1 (EC 1.1.1.184) (15-hydroxyprostaglandin dehydrogenase [NADP(+)]) (EC 1.1.1.196, EC 1.1.1.197) (20-beta-hydroxysteroid dehydrogenase) (Alcohol dehydrogenase [NAD(P)+] CBR1) (EC 1.1.1.71) (NADPH-dependent carbonyl reductase 1) (Prostaglandin 9-ketoreductase) (PG-9-KR) (Prostaglandin-E(2) 9-reductase) (EC 1.1.1.189) | 0.236 | 0.181 | P47727 |
| Clvs2 | Clavesin-2 (Retinaldehyde-binding protein 1-like 2) | 0.304 | 0.181 | A6JUQ6 |
| Maob | Amine oxidase [flavin-containing] B (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase type B) (MAO-B) | 0.213 | 0.182 | P19643 |
| Synj1 | Synaptojanin-1 (EC 3.1.3.36) (Synaptic inositol 1,4,5-trisphosphate 5-phosphatase 1) | 0.165 | 0.184 | Q62910 |
| ES1 protein homolog, mitochondrial | 0.303 | 0.186 | P56571 | |
| Dpy30 | Protein dpy-30 homolog (Dpy-30-like protein) (Dpy-30L) (Protein rAIP1) | 1.667 | 0.186 | Q8K3E7 |
| Sv2b | Synaptic vesicle glycoprotein 2B (Synaptic vesicle protein 2B) | 0.304 | 0.187 | Q63564 |
| Cds2 | Phosphatidate cytidylyltransferase 2 (EC 2.7.7.41) (CDP-DAG synthase 2) (CDP-DG synthase 2) (CDP-diacylglycerol synthase 2) (CDS 2) (CDP-diglyceride pyrophosphorylase 2) (CDP-diglyceride synthase 2) (CTP:phosphatidate cytidylyltransferase 2) | 0.425 | 0.188 | Q91XU8 |
| Rtn4 | Reticulon-4 (Foocen) (Glut4 vesicle 20 kDa protein) (Neurite outgrowth inhibitor) (Nogo protein) | 0.105 | 0.191 | Q9JK11 |
| Prdx1 | Peroxiredoxin-1 (EC 1.11.1.24) (HBP23) (Heme-binding 23 kDa protein) (Thioredoxin peroxidase 2) (Thioredoxin-dependent peroxide reductase 2) (Thioredoxin-dependent peroxiredoxin 1) | 0.292 | 0.191 | Q63716 |
| Ptgr2 | Prostaglandin reductase 2 (PRG-2) (EC 1.3.1.48) (15-oxoprostaglandin 13-reductase) (Zinc-binding alcohol dehydrogenase domain-containing protein 1) | 0.287 | 0.193 | Q5BK81 |
| Esyt1 | Extended synaptotagmin-1 (E-Syt1) (Membrane-bound C2 domain-containing protein) (vp115) | 0.585 | 0.193 | Q9Z1X1 |
| Aldoa | Fructose-bisphosphate aldolase A (EC 4.1.2.13) (Muscle-type aldolase) | 0.171 | 0.194 | P05065 |
| Dctn2 | Dynactin subunit 2 | 0.178 | 0.194 | Q6AYH5 |
| Vps29 | Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29) | 1.549 | 0.194 | B2RZ78 |
| Trap1 | Heat shock protein 75 kDa, mitochondrial (HSP 75) (TNFR-associated protein 1) (Tumor necrosis factor type 1 receptor-associated protein) (TRAP-1) | 0.143 | 0.198 | Q5XHZ0 |
| Oat | Ornithine aminotransferase, mitochondrial (EC 2.6.1.13) (Ornithine--oxo-acid aminotransferase) | 0.204 | 0.198 | P04182 |
| Psmc3 | 26S proteasome regulatory subunit 6A (26S proteasome AAA-ATPase subunit RPT5) (Proteasome 26S subunit ATPase 3) (Spermatogenic cell/sperm-associated Tat-binding protein homolog SATA) (Tat-binding protein 1) (TBP-1) | 0.156 | 0.204 | Q63569 |
| Acat1 | Acetyl-CoA acetyltransferase, mitochondrial (EC 2.3.1.9) (Acetoacetyl-CoA thiolase) | 0.190 | 0.206 | P17764 |
| Pdxp | Chronophin (EC 3.1.3.16) (EC 3.1.3.74) (Pyridoxal phosphate phosphatase) (PLP phosphatase) (Reg I-binding protein 1) | 0.209 | 0.206 | Q8VD52 |
| Nit2 | Omega-amidase NIT2 (EC 3.5.1.3) (Nitrilase homolog 2) | 0.312 | 0.208 | Q497B0 |
| Napa | Alpha-soluble NSF attachment protein (SNAP-alpha) (N-ethylmaleimide-sensitive factor attachment protein alpha) | 0.196 | 0.209 | P54921 |
| Psmd1 | 26S proteasome non-ATPase regulatory subunit 1 (26S proteasome regulatory subunit RPN2) (26S proteasome regulatory subunit S1) (26S proteasome subunit p112) | 0.231 | 0.213 | O88761 |
| Pfkl | ATP-dependent 6-phosphofructokinase, liver type (ATP-PFK) (PFK-L) (EC 2.7.1.11) (6-phosphofructokinase type B) (Phosphofructo-1-kinase isozyme B) (PFK-B) (Phosphohexokinase) | 0.101 | 0.219 | P30835 |
| Gpm6b | Neuronal membrane glycoprotein M6-b (M6b) (Rhombencephalic expression protein-29 kDa) (Rhombex-29) | 0.271 | 0.219 | Q9JJK1 |
| Th | Tyrosine 3-monooxygenase (EC 1.14.16.2) (Tyrosine 3-hydroxylase) (TH) | 0.116 | 0.221 | P04177 |
| Atp1b3 | Sodium/potassium-transporting ATPase subunit beta-3 (Sodium/potassium-dependent ATPase subunit beta-3) (ATPB-3) (CD antigen CD298) | 0.196 | 0.221 | Q63377 |
| Septin9 | Septin-9 (Eighth septin) (Eseptin) (Septin-like protein) (SLP) | 0.097 | 0.223 | Q9QZR6 |
| Gstm1 | Glutathione S-transferase Mu 1 (EC 2.5.1.18) (GST 3-3) (GSTM1-1) (Glutathione S-transferase Yb-1) (GST Yb1) | 0.128 | 0.226 | P04905 |
| Nceh1 | Neutral cholesterol ester hydrolase 1 (NCEH) (EC 3.1.1.-) (Acetylalkylglycerol acetylhydrolase) (2-acetyl MAGE hydrolase) (EC 3.1.1.71) (Arylacetamide deacetylase-like 1) | 0.162 | 0.226 | B2GV54 |
| Ptpn5 | Tyrosine-protein phosphatase non-receptor type 5 (EC 3.1.3.48) (Neural-specific protein-tyrosine phosphatase) (Striatum-enriched protein-tyrosine phosphatase) (STEP) | 0.183 | 0.226 | P35234 |
| Pura | Transcriptional activator protein Pur-alpha (Purine-rich single-stranded DNA-binding protein alpha) | 0.399 | 0.231 | P86252 |
| Txn | Thioredoxin (Trx) | 0.171 | 0.235 | P11232 |
| Ppp1r7 | Protein phosphatase 1 regulatory subunit 7 (Protein phosphatase 1 regulatory subunit 22) | 0.115 | 0.237 | Q5HZV9 |
| Arhgdia | Rho GDP-dissociation inhibitor 1 (Rho GDI 1) (Rho-GDI alpha) | 0.148 | 0.239 | Q5XI73 |
| Prpsap2 | Phosphoribosyl pyrophosphate synthase-associated protein 2 (PRPP synthase-associated protein 2) (41 kDa phosphoribosypyrophosphate synthetase-associated protein) (PAP41) | 0.222 | 0.240 | O08618 |
| Septin7 | Septin-7 (CDC10 protein homolog) | 0.142 | 0.242 | Q9WVC0 |
| Pdha1 | Pyruvate dehydrogenase E1 component subunit alpha, somatic form, mitochondrial (EC 1.2.4.1) (PDHE1-A type I) | 0.181 | 0.242 | P26284 |
| Alcam | CD166 antigen (Activated leukocyte cell adhesion molecule) (HB2) (KG-CAM) (Protein MEMD) (SB-10 antigen) (CD antigen CD166) | 0.088 | 0.250 | O35112 |
| Ndrg2 | Protein NDRG2 (Antidepressant-related protein ADRG123) (N-myc downstream-regulated gene 2 protein) (NDRG1-related protein) | 0.227 | 0.255 | Q8VBU2 |
| Sh3gl2 | Endophilin-A1 (Endophilin-1) (SH3 domain protein 2A) (SH3 domain-containing GRB2-like protein 2) (SH3p4) | 0.167 | 0.256 | O35179 |
| Dmac2l | ATP synthase subunit s, mitochondrial (ATP synthase-coupling factor B) (Distal membrane arm assembly complex 2-like protein) (Mitochondrial ATP synthase regulatory component factor B) | 0.275 | 0.256 | Q5XIM4 |
| Aldoc | Fructose-bisphosphate aldolase C (EC 4.1.2.13) (Brain-type aldolase) | 0.143 | 0.257 | P09117 |
| Gmfb | Glia maturation factor beta (GMF-beta) | 0.075 | 0.260 | Q63228 |
| Pcyt2 | Ethanolamine-phosphate cytidylyltransferase (EC 2.7.7.14) (CTP:phosphoethanolamine cytidylyltransferase) (Phosphorylethanolamine transferase) | 0.227 | 0.260 | O88637 |
| Vat1 | Synaptic vesicle membrane protein VAT-1 homolog (EC 1.-.-.-) (Mitofusin-binding protein) (Protein MIB) | 0.197 | 0.261 | Q3MIE4 |
| Fth1 | Ferritin heavy chain (Ferritin H subunit) (EC 1.16.3.1) [Cleaved into: Ferritin heavy chain, N-terminally processed] | 0.628 | 0.269 | P19132 |
| Tomm70 | Mitochondrial import receptor subunit TOM70 (Mitochondrial precursor proteins import receptor) (Translocase of outer membrane 70 kDa subunit) (Translocase of outer mitochondrial membrane protein 70) | 0.069 | 0.271 | Q75Q39 |
| Mt-Co1 | Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I) | 0.735 | 0.272 | P05503 |
| Pcca | Propionyl-CoA carboxylase alpha chain, mitochondrial (PCCase subunit alpha) (EC 6.4.1.3) (Propanoyl-CoA:carbon dioxide ligase subunit alpha) | 0.830 | 0.272 | P14882 |
| Hk1 | Hexokinase-1 (EC 2.7.1.1) (Brain form hexokinase) (Hexokinase type I) (HK I) (Hexokinase-A) | 0.084 | 0.276 | P05708 |
| Pdia6 | Protein disulfide-isomerase A6 (EC 5.3.4.1) (Calcium-binding protein 1) (CaBP1) (Protein disulfide isomerase P5) (Thioredoxin domain-containing protein 7) | 0.104 | 0.279 | Q63081 |
| Glul | Glutamine synthetase (GS) (EC 6.3.1.2) (Glutamate--ammonia ligase) (Palmitoyltransferase GLUL) (EC 2.3.1.225) | 0.649 | 0.279 | P09606 |
| Vps26a | Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A) | 0.182 | 0.281 | Q6AY86 |
| Ppm1f | Protein phosphatase 1F (EC 3.1.3.16) (Ca(2+)/calmodulin-dependent protein kinase phosphatase) (CaM-kinase phosphatase) (CaMKPase) (Partner of PIX 2) | 0.550 | 0.286 | Q9WVR7 |
| Xpo1 | Exportin-1 (Exp1) (Chromosome region maintenance 1 protein homolog) | 0.268 | 0.291 | Q80U96 |
| Scpep1 | Retinoid-inducible serine carboxypeptidase (EC 3.4.16.-) (Serine carboxypeptidase 1) | 0.347 | 0.296 | Q920A6 |
| Clybl | Citramalyl-CoA lyase, mitochondrial (EC 4.1.3.25) ((3S)-malyl-CoA thioesterase) (EC 3.1.2.30) (Beta-methylmalate synthase) (EC 2.3.3.-) (Citrate lyase subunit beta-like protein, mitochondrial) (Citrate lyase beta-like) (Malate synthase) (EC 2.3.3.9) | 0.745 | 0.296 | Q5I0K3 |
| Sccpdh | Saccharopine dehydrogenase-like oxidoreductase (EC 1.-.-.-) | 0.138 | 0.297 | Q6AY30 |
| Ppp3cb | Serine/threonine-protein phosphatase 2B catalytic subunit beta isoform (EC 3.1.3.16) (CAM-PRP catalytic subunit) (Calmodulin-dependent calcineurin A subunit beta isoform) (CNA beta) | 0.330 | 0.303 | P20651 |
| Cand1 | Cullin-associated NEDD8-dissociated protein 1 (Cullin-associated and neddylation-dissociated protein 1) (TBP-interacting protein of 120 kDa A) (TBP-interacting protein 120A) (p120 CAND1) | 0.105 | 0.305 | P97536 |
| Atp5pb | ATP synthase peripheral stalk subunit b, mitochondrial (ATP synthase F(0) complex subunit B1, mitochondrial) (ATP synthase peripheral stalk-membrane subunit b) (ATP synthase subunit b) (ATPase subunit b) | 0.163 | 0.305 | P19511 |
| Lrpprc | Leucine-rich PPR motif-containing protein, mitochondrial (130 kDa leucine-rich protein) (LRP 130) (Leucine rich protein 157) (rLRP157) | 0.236 | 0.305 | Q5SGE0 |
| Canx | Calnexin | 0.134 | 0.315 | P35565 |
| Cct5 | T-complex protein 1 subunit epsilon (TCP-1-epsilon) (EC 3.6.1.-) (CCT-epsilon) | 0.087 | 0.318 | Q68FQ0 |
| Acat2 | Acetyl-CoA acetyltransferase, cytosolic (EC 2.3.1.9) (Cytosolic acetoacetyl-CoA thiolase) | 0.283 | 0.318 | Q5XI22 |
| Pcyox1 | Prenylcysteine oxidase 1 (EC 1.8.3.5) (Chloride ion pump-associated 55 kDa protein) | 0.133 | 0.319 | Q99ML5 |
| Osbpl1a | Oxysterol-binding protein-related protein 1 (ORP-1) (OSBP-related protein 1) | 0.265 | 0.322 | Q8K4M9 |
| Grik2 | Glutamate receptor ionotropic, kainate 2 (GluK2) (Glutamate receptor 6) (GluR-6) (GluR6) | 0.139 | 0.325 | P42260 |
| Glo1 | Lactoylglutathione lyase (EC 4.4.1.5) (Aldoketomutase) (Glyoxalase I) (Glx I) (Ketone-aldehyde mutase) (Methylglyoxalase) (S-D-lactoylglutathione methylglyoxal lyase) | 0.132 | 0.328 | Q6P7Q4 |
| Actg1 | Actin, cytoplasmic 2 (EC 3.6.4.-) (Gamma-actin) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed] | 0.098 | 0.331 | P63259 |
| Sdha | Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp) (Malate dehydrogenase [quinone] flavoprotein subunit) (EC 1.1.5.-) | 0.247 | 0.332 | Q920L2 |
| Aldh2 | Aldehyde dehydrogenase, mitochondrial (EC 1.2.1.3) (ALDH class 2) (ALDH-E2) (ALDH1) | 0.104 | 0.337 | P11884 |
| Hras | GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras) [Cleaved into: GTPase HRas, N-terminally processed] | 0.199 | 0.338 | P20171 |
| Ddah1 | N(G),N(G)-dimethylarginine dimethylaminohydrolase 1 (DDAH-1) (Dimethylarginine dimethylaminohydrolase 1) (EC 3.5.3.18) (DDAHI) (Dimethylargininase-1) | 0.051 | 0.340 | O08557 |
| Camk1 | Calcium/calmodulin-dependent protein kinase type 1 (EC 2.7.11.17) (CaM kinase I) (CaM-KI) (CaM kinase I alpha) (CaMKI-alpha) | 0.308 | 0.350 | Q63450 |
| Hdhd2 | Haloacid dehalogenase-like hydrolase domain-containing protein 2 | 0.119 | 0.355 | Q6AYR6 |
| Aldh1a1 | Aldehyde dehydrogenase 1A1 (EC 1.2.1.19) (EC 1.2.1.28) (EC 1.2.1.3) (EC 1.2.1.36) (3-deoxyglucosone dehydrogenase) (ALDH-E1) (ALHDII) (Aldehyde dehydrogenase family 1 member A1) (Aldehyde dehydrogenase, cytosolic) (Retinal dehydrogenase 1) (RALDH 1) (RalDH1) | 0.414 | 0.356 | P51647 |
| Napb | Beta-soluble NSF attachment protein (SNAP-beta) (N-ethylmaleimide-sensitive factor attachment protein beta) | 0.093 | 0.357 | P85969 |
| Impact | Protein IMPACT (Imprinted and ancient gene protein homolog) | 0.155 | 0.358 | Q5GFD9 |
| Eno2 | Gamma-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase) (Enolase 2) (Neural enolase) (Neuron-specific enolase) (NSE) | 0.157 | 0.368 | P07323 |
| Ppib | Peptidyl-prolyl cis-trans isomerase B (PPIase B) (EC 5.2.1.8) (CYP-S1) (Cyclophilin B) (Rotamase B) (S-cyclophilin) (SCYLP) | 0.084 | 0.369 | P24368 |
| Ak1 | Adenylate kinase isoenzyme 1 (AK 1) (EC 2.7.4.3) (EC 2.7.4.4) (EC 2.7.4.6) (ATP-AMP transphosphorylase 1) (ATP:AMP phosphotransferase) (Adenylate monophosphate kinase) (Myokinase) | 0.132 | 0.373 | P39069 |
| Wars1 | Tryptophan--tRNA ligase, cytoplasmic (EC 6.1.1.2) (Tryptophanyl-tRNA synthetase) (TrpRS) [Cleaved into: T1-TrpRS; T2-TrpRS] | 0.103 | 0.378 | Q6P7B0 |
| Ppp3ca | Protein phosphatase 3 catalytic subunit alpha (EC 3.1.3.16) (CAM-PRP catalytic subunit) (Calcineurin A alpha) (Calmodulin-dependent calcineurin A subunit alpha isoform) (CNA alpha) (Serine/threonine-protein phosphatase 2B catalytic subunit alpha isoform) | 0.121 | 0.379 | P63329 |
| Cacybp | Calcyclin-binding protein (CacyBP) | 0.222 | 0.383 | Q6AYK6 |
| Pdhb | Pyruvate dehydrogenase E1 component subunit beta, mitochondrial (PDHE1-B) (EC 1.2.4.1) | 0.123 | 0.386 | P49432 |
| Abat | 4-aminobutyrate aminotransferase, mitochondrial (beta-AlaAT I) (EC 2.6.1.19) ((S)-3-amino-2-methylpropionate transaminase) (EC 2.6.1.22) (GABA aminotransferase) (GABA-AT) (Gamma-amino-N-butyrate transaminase) (GABA transaminase) (GABA-T) (L-AIBAT) [Cleaved into: 4-aminobutyrate aminotransferase, brain isoform; 4-aminobutyrate aminotransferase, liver isoform] | 0.092 | 0.389 | P50554 |
| Rab3a | Ras-related protein Rab-3A (EC 3.6.5.2) | 0.085 | 0.392 | P63012 |
| Bcan | Brevican core protein (Brain-enriched hyaluronan-binding protein) (BEHAB) | 0.244 | 0.395 | P55068 |
| Atp1b1 | Sodium/potassium-transporting ATPase subunit beta-1 (Sodium/potassium-dependent ATPase subunit beta-1) | 0.205 | 0.397 | P07340 |
| Hadhb | Trifunctional enzyme subunit beta, mitochondrial (TP-beta) [Includes: 3-ketoacyl-CoA thiolase (EC 2.3.1.155) (EC 2.3.1.16) (Acetyl-CoA acyltransferase) (Beta-ketothiolase)] | 0.125 | 0.400 | Q60587 |
| Vac14 | Protein VAC14 homolog | 0.423 | 0.412 | Q80W92 |
| Camk4 | Calcium/calmodulin-dependent protein kinase type IV (CaMK IV) (EC 2.7.11.17) (CaM kinase-GR) (Calspermin) | 0.361 | 0.418 | P13234 |
| Mtpn | Myotrophin (Granule cell differentiation protein) (Protein V-1) | 0.126 | 0.420 | P62775 |
| Calr | Calreticulin (CALBP) (CRP55) (Calcium-binding protein 3) (CABP3) (Calregulin) (Endoplasmic reticulum resident protein 60) (ERp60) (HACBP) | 0.171 | 0.420 | P18418 |
| Ivd | Isovaleryl-CoA dehydrogenase, mitochondrial (IVD) (EC 1.3.8.4) (Butyryl-CoA dehydrogenase) (EC 1.3.8.1) | 0.776 | 0.421 | P12007 |
| Ddc | Aromatic-L-amino-acid decarboxylase (AADC) (EC 4.1.1.28) (DOPA decarboxylase) (DDC) | 0.098 | 0.433 | P14173 |
| Ldha | L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27) (LDH muscle subunit) (LDH-M) | 0.104 | 0.442 | P04642 |
| Dctn1 | Dynactin subunit 1 (150 kDa dynein-associated polypeptide) (DAP-150) (DP-150) (p150-glued) | 0.136 | 0.442 | P28023 |
| Gphn | Gephyrin (Putative glycine receptor-tubulin linker protein) [Includes: Molybdopterin adenylyltransferase (MPT adenylyltransferase) (EC 2.7.7.75) (Domain G); Molybdopterin molybdenumtransferase (MPT Mo-transferase) (EC 2.10.1.1) (Domain E)] | 0.172 | 0.447 | Q03555 |
| Akap12 | A-kinase anchor protein 12 (AKAP-12) | 0.243 | 0.447 | Q5QD51 |
| Sdhb | Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip) (Malate dehydrogenase [quinone] iron-sulfur subunit) (EC 1.1.5.-) | 0.139 | 0.449 | P21913 |
| Pabpc1 | Polyadenylate-binding protein 1 (PABP-1) (Poly(A)-binding protein 1) | 0.096 | 0.459 | Q9EPH8 |
| Rida | 2-iminobutanoate/2-iminopropanoate deaminase (EC 3.5.99.10) (Liver perchloric acid-soluble protein) (L-PSP) (Reactive intermediate imine deaminase A homolog) (Translation inhibitor L-PSP ribonuclease) (UK114 antigen homolog) (rp14.5) | 0.195 | 0.462 | P52759 |
| Gucy1a1 | Guanylate cyclase soluble subunit alpha-1 (GCS-alpha-1) (EC 4.6.1.2) (Guanylate cyclase soluble subunit alpha-3) (GCS-alpha-3) (Soluble guanylate cyclase large subunit) | 0.309 | 0.465 | P19686 |
| Isyna1 | Inositol-3-phosphate synthase 1 (IPS 1) (EC 5.5.1.4) (Myo-inositol 1-phosphate synthase) (MI-1-P synthase) (MIP synthase) | 0.180 | 0.466 | Q6AYK3 |
| Bzw2 | eIF5-mimic protein 1 (Basic leucine zipper and W2 domain-containing protein 2) (Brain development-related molecule 2) | 0.397 | 0.466 | Q9WTT7 |
| Cd82 | CD82 antigen (Metastasis suppressor Kangai-1 homolog) (CD antigen CD82) | 0.286 | 0.467 | O70352 |
| Bcas1 | Breast carcinoma-amplified sequence 1 homolog (Protein whose mRNA is enriched in synaptosomes 2) (Pmes-2) | 0.168 | 0.468 | Q3ZB98 |
| Thop1 | Thimet oligopeptidase (EC 3.4.24.15) (Endo-oligopeptidase A) (Endopeptidase 24.15) (PZ-peptidase) (Soluble metallo-endopeptidase) | 0.252 | 0.469 | P24155 |
| Eif4h | Eukaryotic translation initiation factor 4H (eIF-4H) (Williams-Beuren syndrome chromosomal region 1 protein homolog) | 0.070 | 0.473 | Q5XI72 |
| Immt | MICOS complex subunit Mic60 (Mitochondrial inner membrane protein) (Mitofilin) | 0.149 | 0.479 | Q3KR86 |
| Hemoglobin subunit beta-2 (Beta-2-globin) (Hemoglobin beta chain, minor-form) (Hemoglobin beta-2 chain) | 0.197 | 0.486 | P11517 | |
| Atp2a2 | Sarcoplasmic/endoplasmic reticulum calcium ATPase 2 (SERCA2) (SR Ca(2+)-ATPase 2) (EC 7.2.2.10) (Calcium pump 2) (Calcium-transporting ATPase sarcoplasmic reticulum type, slow twitch skeletal muscle isoform) (Endoplasmic reticulum class 1/2 Ca(2+) ATPase) | 0.042 | 0.487 | P11507 |
| Strn | Striatin | 0.212 | 0.488 | P70483 |
| Add3 | Gamma-adducin (Adducin-like protein 70) (Protein kinase C-binding protein 35H) | 0.125 | 0.494 | Q62847 |
| Akap5 | A-kinase anchor protein 5 (AKAP-5) (A-kinase anchor protein 150 kDa) (AKAP 150) (P150) (cAMP-dependent protein kinase regulatory subunit II high affinity-binding protein) | 0.073 | 0.504 | P24587 |
| Cntn1 | Contactin-1 (Neural cell surface protein F3) | 0.098 | 0.514 | Q63198 |
| Homer1 | Homer protein homolog 1 (PSD-Zip45) (VASP/Ena-related gene up-regulated during seizure and LTP 1) (Vesl-1) | 0.164 | 0.515 | Q9Z214 |
| Ncs1 | Neuronal calcium sensor 1 (NCS-1) (Frequenin homolog) (Frequenin-like protein) (Frequenin-like ubiquitous protein) | 0.349 | 0.523 | P62168 |
| Mpi | Mannose-6-phosphate isomerase (EC 5.3.1.8) (Phosphohexomutase) (Phosphomannose isomerase) (PMI) | 0.342 | 0.524 | Q68FX1 |
| Otub1 | Ubiquitin thioesterase OTUB1 (EC 3.4.19.12) (Deubiquitinating enzyme OTUB1) (OTU domain-containing ubiquitin aldehyde-binding protein 1) (Otubain-1) (Ubiquitin-specific-processing protease OTUB1) | 0.042 | 0.525 | B2RYG6 |
| Scrn1 | Secernin-1 | 0.112 | 0.525 | Q6AY84 |
| Slc7a5 | Large neutral amino acids transporter small subunit 1 (4F2 light chain) (4F2 LC) (4F2LC) (Integral membrane protein E16) (Protein TA1) (L-type amino acid transporter 1) (LAT-1) (Solute carrier family 7 member 5) | 0.794 | 0.528 | Q63016 |
| Pdxk | Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase) | 0.058 | 0.535 | O35331 |
| Aifm1 | Apoptosis-inducing factor 1, mitochondrial (EC 1.6.99.-) (Programmed cell death protein 8) | 0.127 | 0.541 | Q9JM53 |
| Ppia | Peptidyl-prolyl cis-trans isomerase A (PPIase A) (EC 5.2.1.8) (Cyclophilin A) (Cyclosporin A-binding protein) (Rotamase A) (p1B15) (p31) [Cleaved into: Peptidyl-prolyl cis-trans isomerase A, N-terminally processed] | 0.101 | 0.542 | P10111 |
| Eno1 | Alpha-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase) (Enolase 1) (Non-neural enolase) (NNE) | 0.136 | 0.542 | P04764 |
| Ap2a2 | AP-2 complex subunit alpha-2 (100 kDa coated vesicle protein C) (Adaptor protein complex AP-2 subunit alpha-2) (Adaptor-related protein complex 2 subunit alpha-2) (Alpha-adaptin C) (Alpha2-adaptin) (Clathrin assembly protein complex 2 alpha-C large chain) (Plasma membrane adaptor HA2/AP2 adaptin alpha C subunit) | 0.072 | 0.546 | P18484 |
| Hsp90b1 | Endoplasmin (EC 3.6.4.-) (94 kDa glucose-regulated protein) (GRP-94) (Heat shock protein 90 kDa beta member 1) | 0.098 | 0.546 | Q66HD0 |
| Atp6v0c | V-type proton ATPase 16 kDa proteolipid subunit c (V-ATPase 16 kDa proteolipid subunit c) (Vacuolar proton pump 16 kDa proteolipid subunit c) | 0.221 | 0.548 | P63081 |
| Faah | Fatty-acid amide hydrolase 1 (EC 3.5.1.99) (Anandamide amidase) (Anandamide amidohydrolase 1) (Fatty acid ester hydrolase) (EC 3.1.1.-) (Oleamide hydrolase 1) | 0.131 | 0.552 | P97612 |
| Mif | Macrophage migration inhibitory factor (MIF) (EC 5.3.2.1) (Glutathione-binding 13 kDa protein) (L-dopachrome isomerase) (L-dopachrome tautomerase) (EC 5.3.3.12) (Phenylpyruvate tautomerase) | 0.127 | 0.553 | P30904 |
| Mapt | Microtubule-associated protein tau (Neurofibrillary tangle protein) (Paired helical filament-tau) (PHF-tau) | 0.088 | 0.555 | P19332 |
| Asah1 | Acid ceramidase (AC) (ACDase) (Acid CDase) (EC 3.5.1.23) (Acylsphingosine deacylase) (N-acylethanolamine hydrolase ASAH1) (EC 3.5.1.-) (N-acylsphingosine amidohydrolase) [Cleaved into: Acid ceramidase subunit alpha; Acid ceramidase subunit beta] | 0.182 | 0.555 | Q6P7S1 |
| Lta4h | Leukotriene A-4 hydrolase (LTA-4 hydrolase) (EC 3.3.2.6) (Leukotriene A(4) hydrolase) (Tripeptide aminopeptidase LTA4H) (EC 3.4.11.4) | 0.152 | 0.556 | P30349 |
| Map4 | Microtubule-associated protein 4 (MAP-4) | 0.488 | 0.556 | Q5M7W5 |
| Rtn1 | Reticulon-1 (Neuroendocrine-specific protein) (S-rex) | 0.068 | 0.568 | Q64548 |
| Rtn3 | Reticulon-3 | 0.158 | 0.573 | Q6RJR6 |
| Gda | Guanine deaminase (Guanase) (Guanine aminase) (EC 3.5.4.3) (Guanine aminohydrolase) (GAH) | 0.067 | 0.582 | Q9WTT6 |
| Pafah1b1 | Platelet-activating factor acetylhydrolase IB subunit alpha (Lissencephaly-1 protein) (LIS-1) (PAF acetylhydrolase 45 kDa subunit) (PAF-AH 45 kDa subunit) (PAF-AH alpha) (PAFAH alpha) | 0.117 | 0.590 | P63004 |
| Phb1 | Prohibitin 1 | 0.139 | 0.595 | P67779 |
| Bsg | Basigin (Glycoprotein CE9) (OX-47 antigen) (CD antigen CD147) | 0.109 | 0.598 | P26453 |
| Map6 | Microtubule-associated protein 6 (MAP-6) (145-kDa STOP) (STOP145) (Stable tubule-only polypeptide) (STOP) | 0.084 | 0.603 | Q63560 |
| Acp2 | Lysosomal acid phosphatase (LAP) (EC 3.1.3.2) | 1.093 | 0.603 | P20611 |
| Mpc1 | Mitochondrial pyruvate carrier 1 (Apoptosis-regulating basic protein) (Brain protein 44-like protein) | 0.149 | 0.605 | P63031 |
| Map2 | Microtubule-associated protein 2 (MAP-2) | 0.073 | 0.606 | P15146 |
| Prkca | Protein kinase C alpha type (PKC-A) (PKC-alpha) (EC 2.7.11.13) | 0.096 | 0.606 | P05696 |
| Rnh1 | Ribonuclease inhibitor (Ribonuclease/angiogenin inhibitor 1) | 0.126 | 0.606 | P29315 |
| Eef1d | Elongation factor 1-delta (EF-1-delta) | 0.154 | 0.612 | Q68FR9 |
| Atp2b1 | Plasma membrane calcium-transporting ATPase 1 (EC 7.2.2.10) (Plasma membrane calcium ATPase isoform 1) (PMCA1) (Plasma membrane calcium pump isoform 1) | 0.112 | 0.613 | P11505 |
| Anxa5 | Annexin A5 (Anchorin CII) (Annexin V) (Annexin-5) (Calphobindin I) (CPB-I) (Endonexin II) (Lipocortin V) (Placental anticoagulant protein 4) (PP4) (Placental anticoagulant protein I) (PAP-I) (Thromboplastin inhibitor) (Vascular anticoagulant-alpha) (VAC-alpha) | 0.092 | 0.616 | P14668 |
| Mapre3 | Microtubule-associated protein RP/EB family member 3 (EB1 protein family member 3) (EBF3) (End-binding protein 3) (EB3) (RP3) | 0.080 | 0.618 | Q5XIT1 |
| Glud1 | Glutamate dehydrogenase 1, mitochondrial (GDH 1) (EC 1.4.1.3) (Memory-related gene 2 protein) (MRG-2) | 0.043 | 0.628 | P10860 |
| Dpysl5 | Dihydropyrimidinase-related protein 5 (DRP-5) (UNC33-like phosphoprotein 6) (ULIP-6) | 0.064 | 0.628 | Q9JHU0 |
| Maoa | Amine oxidase [flavin-containing] A (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase type A) (MAO-A) | 0.083 | 0.630 | P21396 |
| Atp5mk | ATP synthase F(0) complex subunit k, mitochondrial (ATP synthase membrane subunit DAPIT, mitochondrial) (Diabetes-associated protein in insulin-sensitive tissues) (Up-regulated during skeletal muscle growth protein 5) | 0.110 | 0.634 | Q9JJW3 |
| Letm1 | Mitochondrial proton/calcium exchanger protein (Electroneutral mitochondrial K(+)/H(+)exchanger) (KHE) (Leucine zipper-EF-hand-containing transmembrane protein 1) | 0.033 | 0.637 | Q5XIN6 |
| Dnm2 | Dynamin-2 (EC 3.6.5.5) | 0.357 | 0.638 | P39052 |
| Ehd1 | EH domain-containing protein 1 | 0.093 | 0.646 | Q641Z6 |
| Ogt | UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase 110 kDa subunit (EC 2.4.1.255) (O-GlcNAc transferase subunit p110) (O-linked N-acetylglucosamine transferase 110 kDa subunit) (OGT) | 1.272 | 0.646 | P56558 |
| Stxbp5 | Syntaxin-binding protein 5 (Lethal(2) giant larvae protein homolog 3) (Tomosyn-1) | 0.133 | 0.653 | Q9WU70 |
| Gcsh | Glycine cleavage system H protein, mitochondrial (Lipoic acid-containing protein) | 0.066 | 0.656 | Q5I0P2 |
| Atp2b4 | Plasma membrane calcium-transporting ATPase 4 (PMCA4) (EC 7.2.2.10) (Plasma membrane calcium ATPase isoform 4) (Plasma membrane calcium pump isoform 4) | 0.154 | 0.656 | Q64542 |
| Ckb | Creatine kinase B-type (EC 2.7.3.2) (B-CK) (Creatine kinase B chain) (Creatine phosphokinase M-type) (CPK-B) | 0.070 | 0.658 | P07335 |
| Sars1 | Serine--tRNA ligase, cytoplasmic (EC 6.1.1.11) (Seryl-tRNA synthetase) (SerRS) (Seryl-tRNA(Ser/Sec) synthetase) | 0.079 | 0.662 | Q6P799 |
| Apoe | Apolipoprotein E (Apo-E) | 0.081 | 0.665 | P02650 |
| Arpc2 | Actin-related protein 2/3 complex subunit 2 (Arp2/3 complex 34 kDa subunit) (p34-ARC) | 0.062 | 0.666 | P85970 |
| Ppp1ca | Serine/threonine-protein phosphatase PP1-alpha catalytic subunit (PP-1A) (EC 3.1.3.16) | 0.105 | 0.671 | P62138 |
| Syn1 | Synapsin-1 (Synapsin I) | 0.031 | 0.676 | P09951 |
| Stmn1 | Stathmin (Leukemia-associated phosphoprotein p18) (Metablastin) (Oncoprotein 18) (Op18) (Phosphoprotein p19) (pp19) (Pr22 protein) (Prosolin) (pp17) | 0.108 | 0.676 | P13668 |
| Atp6v1b2 | V-type proton ATPase subunit B, brain isoform (V-ATPase subunit B 2) (Endomembrane proton pump 58 kDa subunit) (Vacuolar proton pump subunit B 2) | 0.046 | 0.678 | P62815 |
| Hdgfl3 | Hepatoma-derived growth factor-related protein 3 (HRP-3) | 0.097 | 0.679 | Q923W4 |
| Cd200 | OX-2 membrane glycoprotein (MRC OX-2 antigen) (CD antigen CD200) | 0.143 | 0.681 | P04218 |
| Asl | Argininosuccinate lyase (ASAL) (EC 4.3.2.1) (Arginosuccinase) | 0.088 | 0.704 | P20673 |
| Fnta | Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha (EC 2.5.1.58) (EC 2.5.1.59) (CAAX farnesyltransferase subunit alpha) (FTase-alpha) (Ras proteins prenyltransferase subunit alpha) (Type I protein geranyl-geranyltransferase subunit alpha) (GGTase-I-alpha) | 0.057 | 0.706 | Q04631 |
| Rad23b | UV excision repair protein RAD23 homolog B | 0.326 | 0.710 | Q4KMA2 |
| Negr1 | Neuronal growth regulator 1 (Kindred of IgLON) (Kilon) | 0.119 | 0.721 | Q9Z0J8 |
| Pmpca | Mitochondrial-processing peptidase subunit alpha (Alpha-MPP) (Inactive zinc metalloprotease alpha) (P-55) | 0.158 | 0.726 | P20069 |
| Pcmt1 | Protein-L-isoaspartate(D-aspartate) O-methyltransferase (PIMT) (EC 2.1.1.77) (L-isoaspartyl protein carboxyl methyltransferase) (Protein L-isoaspartyl/D-aspartyl methyltransferase) (Protein-beta-aspartate methyltransferase) | 0.034 | 0.728 | P22062 |
| Grpel1 | GrpE protein homolog 1, mitochondrial (Mt-GrpE#1) | 0.070 | 0.732 | P97576 |
| Cycs | Cytochrome c, somatic | 0.079 | 0.734 | P62898 |
| Bpnt1 | 3'(2'),5'-bisphosphate nucleotidase 1 (EC 3.1.3.7) (3'-phosphoadenosine 5'-phosphate phosphatase) (PAP phosphatase) (Bisphosphate 3'-nucleotidase 1) (BPntase 1) (Inositol-polyphosphate 1-phosphatase) (EC 3.1.3.57) (RnPIP) (scHAL2 analogous 3) | 0.131 | 0.734 | Q9Z1N4 |
| Gsr | Glutathione reductase (GR) (GRase) (EC 1.8.1.7) | 0.133 | 0.736 | P70619 |
| Mtor | Serine/threonine-protein kinase mTOR (EC 2.7.11.1) (FK506-binding protein 12-rapamycin complex-associated protein 1) (FKBP12-rapamycin complex-associated protein) (Mammalian target of rapamycin) (mTOR) (Mechanistic target of rapamycin) (Rapamycin target protein 1) (RAPT1) (Tyrosine-protein kinase mTOR) (EC 2.7.10.2) | 0.051 | 0.744 | P42346 |
| Dpp6 | A-type potassium channel modulatory protein DPP6 (DPPX) (Dipeptidyl aminopeptidase-like protein 6) (Dipeptidyl aminopeptidase-related protein) (Dipeptidyl peptidase 6) (Dipeptidyl peptidase IV-like protein) (Dipeptidyl peptidase VI) (DPP VI) | 0.077 | 0.748 | P46101 |
| Nrdc | Nardilysin (EC 3.4.24.61) (N-arginine dibasic convertase) (NRD convertase) (NRD-C) (Nardilysin convertase) | 0.238 | 0.753 | P47245 |
| Stx12 | Syntaxin-12 (Syntaxin-13) | 0.031 | 0.754 | G3V7P1 |
| Mapk1 | Mitogen-activated protein kinase 1 (MAP kinase 1) (MAPK 1) (EC 2.7.11.24) (ERT1) (Extracellular signal-regulated kinase 2) (ERK-2) (MAP kinase isoform p42) (p42-MAPK) (Mitogen-activated protein kinase 2) (MAP kinase 2) (MAPK 2) | 0.055 | 0.758 | P63086 |
| Ache | Acetylcholinesterase (AChE) (EC 3.1.1.7) | 0.054 | 0.761 | P37136 |
| A1m | Alpha-1-macroglobulin (Alpha-1-M) (Alpha-1-macroglobulin 165 kDa subunit) [Cleaved into: Alpha-1-macroglobulin 45 kDa subunit] | 0.126 | 0.762 | Q63041 |
| St13 | Hsc70-interacting protein (Hip) (Protein FAM10A1) (Protein ST13 homolog) | 0.048 | 0.770 | P50503 |
| Cltc | Clathrin heavy chain 1 | 0.089 | 0.771 | P11442 |
| Pef1 | Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1) | 0.049 | 0.773 | Q641Z8 |
| Slc25a3 | Solute carrier family 25 member 3 (Phosphate carrier protein, mitochondrial) (Phosphate transport protein) (PTP) | 0.039 | 0.780 | P16036 |
| Impa1 | Inositol monophosphatase 1 (IMP 1) (IMPase 1) (EC 3.1.3.25) (D-galactose 1-phosphate phosphatase) (EC 3.1.3.94) (Inositol-1(or 4)-monophosphatase 1) (Lithium-sensitive myo-inositol monophosphatase A1) | 0.050 | 0.784 | P97697 |
| Arl3 | ADP-ribosylation factor-like protein 3 (ARD3) | 0.042 | 0.795 | P37996 |
| Slc25a51 | Mitochondrial nicotinamide adenine dinucleotide transporter SLC25A51 (Mitochondrial NAD(+) transporter SLC25A51) (Mitochondrial carrier triple repeat protein 1) (Solute carrier family 25 member 51) | 0.033 | 0.807 | Q52KK3 |
| Crp | C-reactive protein | 0.100 | 0.812 | P48199 |
| Gnaz | Guanine nucleotide-binding protein G(z) subunit alpha (G(x) alpha chain) (Gz-alpha) | 0.042 | 0.815 | P19627 |
| Ywhab | 14-3-3 protein beta/alpha (Prepronerve growth factor RNH-1) (Protein kinase C inhibitor protein 1) (KCIP-1) [Cleaved into: 14-3-3 protein beta/alpha, N-terminally processed] | 0.036 | 0.819 | P35213 |
| A1i3 | Alpha-1-inhibitor 3 (Alpha-1-inhibitor 3 variant II) (Alpha-1-inhibitor III) | 0.051 | 0.836 | P14046 |
| Pc | Pyruvate carboxylase, mitochondrial (EC 6.4.1.1) (Pyruvic carboxylase) (PCB) | 0.028 | 0.837 | P52873 |
| Adcy5 | Adenylate cyclase type 5 (EC 4.6.1.1) (ATP pyrophosphate-lyase 5) (Adenylate cyclase type V) (Adenylyl cyclase 5) | 0.048 | 0.839 | Q04400 |
| Ptpn23 | Tyrosine-protein phosphatase non-receptor type 23 (EC 3.1.3.48) (His domain-containing protein tyrosine phosphatase) (HD-PTP) (Protein tyrosine phosphatase TD14) (PTP-TD14) | 0.080 | 0.843 | O88902 |
| Phb2 | Prohibitin-2 (B-cell receptor-associated protein BAP37) (BAP-37) | 0.050 | 0.847 | Q5XIH7 |
| Sfxn1 | Sideroflexin-1 (Tricarboxylate carrier protein) (TCC) | 0.022 | 0.853 | Q63965 |
| Jpt1 | Jupiter microtubule associated homolog 1 (Hematological and neurological expressed 1 protein) [Cleaved into: Jupiter microtubule associated homolog 1, N-terminally processed] | 0.050 | 0.861 | Q6AXU6 |
| Pyroxd2 | Pyridine nucleotide-disulfide oxidoreductase domain-containing protein 2 (EC 1.-.-.-) | 0.040 | 0.864 | Q68FT3 |
| Tpd52l2 | Tumor protein D54 (Tumor protein D52-like 2) | 0.040 | 0.867 | Q6PCT3 |
| Pgm1 | Phosphoglucomutase-1 (PGM 1) (EC 5.4.2.2) (Glucose phosphomutase 1) | 0.025 | 0.868 | P38652 |
| Fam210a | Protein FAM210A | 0.246 | 0.868 | Q5XIJ4 |
| Tprg1l | Tumor protein p63-regulated gene 1-like protein (Mossy fiber terminal-associated vertebrate-specific presynaptic protein) | 0.018 | 0.871 | A8WCF8 |
| Acsl6 | Long-chain-fatty-acid--CoA ligase 6 (EC 6.2.1.3) (Arachidonate--CoA ligase) (EC 6.2.1.15) (Long-chain acyl-CoA synthetase 6) (LACS 6) (Long-chain-fatty-acid--CoA ligase, brain isozyme) | 0.031 | 0.871 | P33124 |
| Ctbp1 | C-terminal-binding protein 1 (CtBP1) (EC 1.1.1.-) (50 kDa BFA-dependent ADP-ribosylation substrate) (BARS-50) (C-terminal-binding protein 3) (CtBP3) | 0.024 | 0.877 | Q9Z2F5 |
| Sh3gl3 | Endophilin-A3 (Endophilin-3) (SH3 domain protein 2C) (SH3 domain-containing GRB2-like protein 3) (SH3p13) | 0.092 | 0.877 | O35180 |
| Rack1 | Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor for activated C kinase) (Receptor of activated protein C kinase 1) (Receptor of activated protein kinase C 1) [Cleaved into: Small ribosomal subunit protein RACK1, N-terminally processed (Receptor of activated protein C kinase 1, N-terminally processed)] | 0.115 | 0.882 | P63245 |
| Psmc5 | 26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5) (Proteasome subunit p45) (Thyroid hormone receptor-interacting protein 1) (TRIP1) (p45/SUG) | 0.134 | 0.882 | P62198 |
| Adap2 | Arf-GAP with dual PH domain-containing protein 2 (Centaurin-alpha-2) (Cnt-a2) | 0.069 | 0.894 | Q9JK15 |
| Ppp1r1b | Protein phosphatase 1 regulatory subunit 1B (DARPP-32) (Dopamine- and cAMP-regulated neuronal phosphoprotein) | 0.023 | 0.895 | Q6J4I0 |
| Ass1 | Argininosuccinate synthase (EC 6.3.4.5) (Citrulline--aspartate ligase) | 0.044 | 0.895 | P09034 |
| Amph | Amphiphysin | 0.021 | 0.896 | O08838 |
| Slc4a4 | Electrogenic sodium bicarbonate cotransporter 1 (Sodium bicarbonate cotransporter) (NBC-like protein) (Na(+)/HCO3(-) cotransporter) (Solute carrier family 4 member 4) | 0.027 | 0.908 | Q9JI66 |
| Ptprs | Receptor-type tyrosine-protein phosphatase S (R-PTP-S) (EC 3.1.3.48) (Leukocyte common antigen-related protein-tyrosine phosphatase 2) (LAR-PTP2) (Receptor-type tyrosine-protein phosphatase sigma) (R-PTP-sigma) | 0.015 | 0.912 | Q64605 |
| Ptprz1 | Receptor-type tyrosine-protein phosphatase zeta (R-PTP-zeta) (EC 3.1.3.48) (3F8 chondroitin sulfate proteoglycan) (3H1 keratan sulfate proteoglycan) (Phosphacan) | 0.069 | 0.912 | Q62656 |
| Acsl4 | Long-chain-fatty-acid--CoA ligase 4 (EC 6.2.1.3) (Arachidonate--CoA ligase) (EC 6.2.1.15) (Long-chain acyl-CoA synthetase 4) (LACS 4) | 0.032 | 0.938 | O35547 |
| Fgb | Fibrinogen beta chain (Liver regeneration-related protein LRRG036/LRRG043/LRRG189) [Cleaved into: Fibrinopeptide B; Fibrinogen beta chain] | 0.026 | 0.947 | P14480 |
| Stx1b | Syntaxin-1B (P35B) (Syntaxin-1B2) | 0.011 | 0.948 | P61265 |
| Rap2b | Ras-related protein Rap-2b (EC 3.6.5.2) | 0.019 | 0.949 | P61227 |
| Nol3 | Nucleolar protein 3 (Apoptosis repressor with CARD) | 0.021 | 0.953 | Q62881 |
| Ddb1 | DNA damage-binding protein 1 (Damage-specific DNA-binding protein 1) | 0.011 | 0.954 | Q9ESW0 |
| Baiap2 | BAR/IMD domain-containing adapter protein 2 (Brain-specific angiogenesis inhibitor 1-associated protein 2) (BAI-associated protein 2) (BAI1-associated protein 2) (Insulin receptor substrate protein of 53 kDa) (IRSp53) (Insulin receptor substrate p53) (Insulin receptor tyrosine kinase substrate protein p53) | 0.011 | 0.965 | Q6GMN2 |
| Picalm | Phosphatidylinositol-binding clathrin assembly protein (Clathrin assembly lymphoid myeloid leukemia protein) (rCALM) | 0.012 | 0.967 | O55012 |
| Pfkm | ATP-dependent 6-phosphofructokinase, muscle type (ATP-PFK) (PFK-M) (EC 2.7.1.11) (6-phosphofructokinase type A) (Phosphofructo-1-kinase isozyme A) (PFK-A) (Phosphohexokinase) | 0.002 | 0.975 | P47858 |
| Cpe | Carboxypeptidase E (CPE) (EC 3.4.17.10) (Carboxypeptidase H) (CPH) (Enkephalin convertase) (Prohormone-processing carboxypeptidase) | 0.035 | 0.979 | P15087 |
| Vdac3 | Non-selective voltage-gated ion channel VDAC3 (VDAC-3) (rVDAC3) (Outer mitochondrial membrane protein porin 3) | 0.005 | 0.980 | Q9R1Z0 |
| Ndufa11 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (CI-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7) | 0.005 | 0.982 | Q80W89 |
| Rtcb | RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase) (p55) | 0.005 | 0.987 | Q6AYT3 |
| Map2k1 | Dual specificity mitogen-activated protein kinase kinase 1 (MAP kinase kinase 1) (MAPKK 1) (EC 2.7.12.2) (ERK activator kinase 1) (MAPK/ERK kinase 1) (MEK 1) | 0.003 | 0.989 | Q01986 |
| Rps10 | Small ribosomal subunit protein eS10 (40S ribosomal protein S10) | 0.004 | 0.991 | P63326 |
| Aldh6a1 | Methylmalonate-semialdehyde/malonate-semialdehyde dehydrogenase [acylating], mitochondrial (MMSDH) (EC 1.2.1.27) (Aldehyde dehydrogenase family 6 member A1) | 0.001 | 0.993 | Q02253 |
| Tspan2 | Tetraspanin-2 (Tspan-2) | 0.001 | 0.995 | Q9JJW1 |
| cytosolic - Down | ||||
| Arf4 | ADP-ribosylation factor 4 | -2.212 | 0.013 | P61751 |
| Adgrl1 | Adhesion G protein-coupled receptor L1 (Calcium-independent alpha-latrotoxin receptor 1) (CIRL-1) (Latrophilin-1) | -3.426 | 0.014 | O88917 |
| C1qbp | Complement component 1 Q subcomponent-binding protein, mitochondrial (GC1q-R protein) (Glycoprotein gC1qBP) (C1qBP) | -2.686 | 0.014 | O35796 |
| Cygb | Cytoglobin (Nitric oxygen dioxygenase CYGB) (EC 1.14.12.-) (Nitrite reductase CYGB) (EC 1.7.-.-) (Pseudoperoxidase CYGB) (EC 1.11.1.-) (Stellate cell activation-associated protein) (Superoxide dismutase CYGB) (EC 1.15.1.1) | -3.009 | 0.018 | Q921A4 |
| Gyg1 | Glycogenin-1 (GN-1) (GN1) (EC 2.4.1.186) | -2.965 | 0.018 | O08730 |
| Entpd2 | Ectonucleoside triphosphate diphosphohydrolase 2 (NTPDase 2) (EC 3.6.1.-) (CD39 antigen-like 1) (Ecto-ATP diphosphohydrolase 2) (Ecto-ATPDase 2) (Ecto-ATPase 2) | -2.420 | 0.018 | O35795 |
| Map2k2 | Dual specificity mitogen-activated protein kinase kinase 2 (MAP kinase kinase 2) (MAPKK 2) (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2) (MEK 2) | -2.246 | 0.018 | P36506 |
| Vps35l | VPS35 endosomal protein-sorting factor-like | -0.910 | 0.018 | Q5XI83 |
| Csad | Cysteine sulfinic acid decarboxylase (EC 4.1.1.29) (Aspartate 1-decarboxylase) (EC 4.1.1.11) (Cysteine-sulfinate decarboxylase) (Sulfinoalanine decarboxylase) | -5.304 | 0.020 | Q64611 |
| Psmb7 | Proteasome subunit beta type-7 (EC 3.4.25.1) (Macropain chain Z) (Multicatalytic endopeptidase complex chain Z) (Proteasome subunit Z) (Proteasome subunit beta-2) (beta-2) | -3.307 | 0.020 | Q9JHW0 |
| Pnpo | Pyridoxine-5'-phosphate oxidase (EC 1.4.3.5) (Pyridoxamine-phosphate oxidase) | -3.138 | 0.020 | O88794 |
| Rabggta | Geranylgeranyl transferase type-2 subunit alpha (EC 2.5.1.60) (Geranylgeranyl transferase type II subunit alpha) (Rab geranyl-geranyltransferase subunit alpha) (Rab GG transferase alpha) (Rab GGTase alpha) (Rab geranylgeranyltransferase subunit alpha) | -1.157 | 0.020 | Q08602 |
| Ddx1 | ATP-dependent RNA helicase DDX1 (EC 3.6.4.13) (DEAD box protein 1) | -0.622 | 0.020 | Q641Y8 |
| Copb1 | Coatomer subunit beta (Beta-coat protein) (Beta-COP) | -0.455 | 0.020 | P23514 |
| Stx1a | Syntaxin-1A (Neuron-specific antigen HPC-1) (Synaptotagmin-associated 35 kDa protein) (P35A) | -0.431 | 0.025 | P32851 |
| Serpina1 | Alpha-1-antiproteinase (Alpha-1-antitrypsin) (Alpha-1-proteinase inhibitor) (Serpin A1) | -2.763 | 0.028 | P17475 |
| Fkbp1a | Peptidyl-prolyl cis-trans isomerase FKBP1A (PPIase FKBP1A) (EC 5.2.1.8) (12 kDa FK506-binding protein) (12 kDa FKBP) (FKBP-12) (FK506-binding protein 1A) (FKBP-1A) (Immunophilin FKBP12) (Rotamase) | -0.952 | 0.030 | Q62658 |
| Adk | Adenosine kinase (AK) (EC 2.7.1.20) (Adenosine 5'-phosphotransferase) | -2.509 | 0.031 | Q64640 |
| Man2c1 | Alpha-mannosidase 2C1 (EC 3.2.1.24) (Alpha-D-mannoside mannohydrolase) (Mannosidase alpha class 2C member 1) | -2.007 | 0.031 | P21139 |
| Por | NADPH--cytochrome P450 reductase (CPR) (P450R) (EC 1.6.2.4) | -1.797 | 0.031 | P00388 |
| Lcmt1 | Leucine carboxyl methyltransferase 1 (EC 2.1.1.233) ([Phosphatase 2A protein]-leucine-carboxy methyltransferase 1) | -1.726 | 0.031 | Q6P4Z6 |
| Ppm1e | Protein phosphatase 1E (EC 3.1.3.16) (Ca(2+)/calmodulin-dependent protein kinase phosphatase N) (CaMKP-N) (CaMKP-nucleus) (CaMKN) (Partner of PIX 1) (Partner of PIX-alpha) (Partner of PIXA) | -1.311 | 0.031 | Q80Z30 |
| Pafah1b2 | Platelet-activating factor acetylhydrolase IB subunit alpha2 (EC 3.1.1.47) (PAF acetylhydrolase 30 kDa subunit) (PAF-AH 30 kDa subunit) (PAF-AH subunit beta) (PAFAH subunit beta) (Platelet-activating factor acetylhydrolase alpha 2 subunit) (PAF-AH alpha 2) | -0.666 | 0.031 | O35264 |
| Rpn2 | Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 2 (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 63 kDa subunit) (Ribophorin II) (RPN-II) (Ribophorin-2) | -0.681 | 0.033 | P25235 |
| Rala | Ras-related protein Ral-A (EC 3.6.5.2) | -1.185 | 0.035 | P63322 |
| Prepl | Prolyl endopeptidase-like (EC 3.4.21.-) (Prolylendopeptidase-like) | -0.682 | 0.035 | Q5HZA6 |
| Plcb1 | 1-phosphatidylinositol 4,5-bisphosphate phosphodiesterase beta-1 (EC 3.1.4.11) (PLC-154) (Phosphoinositide phospholipase C-beta-1) (Phospholipase C-I) (PLC-I) (Phospholipase C-beta-1) (PLC-beta-1) | -0.253 | 0.039 | P10687 |
| Prune1 | Exopolyphosphatase PRUNE1 (EC 3.6.1.1) | -0.557 | 0.041 | Q6AYG3 |
| Slc8a1 | Sodium/calcium exchanger 1 (Na(+)/Ca(2+)-exchange protein 1) (Solute carrier family 8 member 1) | -0.490 | 0.041 | Q01728 |
| Nono | Non-POU domain-containing octamer-binding protein (NonO protein) | -2.858 | 0.043 | Q5FVM4 |
| Pir | Pirin (EC 1.13.11.24) (Probable quercetin 2,3-dioxygenase PIR) (Probable quercetinase) | -0.444 | 0.045 | Q5M827 |
| Sacm1l | Phosphatidylinositol-3-phosphatase SAC1 (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein) | -1.268 | 0.050 | Q9ES21 |
| Ndufv2 | NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (EC 7.1.1.2) (NADH-ubiquinone oxidoreductase 24 kDa subunit) | -0.608 | 0.050 | P19234 |
| Acadm | Medium-chain specific acyl-CoA dehydrogenase, mitochondrial (MCAD) (EC 1.3.8.7) | -1.285 | 0.051 | P08503 |
| Ckmt2 | Creatine kinase S-type, mitochondrial (EC 2.7.3.2) (Basic-type mitochondrial creatine kinase) (Mib-CK) (Sarcomeric mitochondrial creatine kinase) (S-MtCK) | -0.718 | 0.051 | P09605 |
| Osgep | tRNA N6-adenosine threonylcarbamoyltransferase (EC 2.3.1.234) (N6-L-threonylcarbamoyladenine synthase) (t(6)A synthase) (O-sialoglycoprotein endopeptidase) (t(6)A37 threonylcarbamoyladenosine biosynthesis protein Osgep) (tRNA threonylcarbamoyladenosine biosynthesis protein Osgep) | -1.315 | 0.052 | Q9WVS2 |
| Ckmt1 | Creatine kinase U-type, mitochondrial (EC 2.7.3.2) (Acidic-type mitochondrial creatine kinase) (Mia-CK) (Ubiquitous mitochondrial creatine kinase) (U-MtCK) | -0.503 | 0.052 | P25809 |
| Ndufa5 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (CI-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit) | -0.715 | 0.053 | Q63362 |
| Acsf2 | Medium-chain acyl-CoA ligase ACSF2, mitochondrial (EC 6.2.1.2) | -0.994 | 0.055 | Q499N5 |
| Fbxo7 | F-box only protein 7 | -0.664 | 0.055 | Q68FS3 |
| Cox6c2 | Cytochrome c oxidase subunit 6C-2 (Cytochrome c oxidase polypeptide VIc-2) | -0.962 | 0.057 | P11951 |
| Dgkb | Diacylglycerol kinase beta (DAG kinase beta) (EC 2.7.1.107) (90 kDa diacylglycerol kinase) (Diglyceride kinase beta) (DGK-beta) | -1.722 | 0.061 | P49621 |
| Anp32a | Acidic leucine-rich nuclear phosphoprotein 32 family member A (Leucine-rich acidic nuclear protein) (LANP) | -1.027 | 0.061 | P49911 |
| Rexo2 | Oligoribonuclease, mitochondrial (EC 3.1.15.-) (RNA exonuclease 2 homolog) (Small fragment nuclease) | -0.417 | 0.061 | Q5U1X1 |
| Pdia4 | Protein disulfide-isomerase A4 (EC 5.3.4.1) (Calcium-binding protein 2) (CaBP2) (Endoplasmic reticulum resident protein 70) (ER protein 70) (ERp70) (Endoplasmic reticulum resident protein 72) (ER protein 72) (ERp-72) (ERp72) | -0.513 | 0.062 | P38659 |
| Ywhah | 14-3-3 protein eta | -0.307 | 0.062 | P68511 |
| Abcb8 | Mitochondrial potassium channel ATP-binding subunit (ATP-binding cassette sub-family B member 8, mitochondrial) (ABCB8) (Mitochondrial sulfonylurea-receptor) (MITOSUR) | -0.875 | 0.063 | Q5RKI8 |
| Capns1 | Calpain small subunit 1 (CSS1) (Calcium-activated neutral proteinase small subunit) (CANP small subunit) (Calcium-dependent protease small subunit) (CDPS) (Calcium-dependent protease small subunit 1) (Calpain regulatory subunit) | -0.797 | 0.064 | Q64537 |
| Slc8a2 | Sodium/calcium exchanger 2 (Na(+)/Ca(2+)-exchange protein 2) (Solute carrier family 8 member 2) | -0.278 | 0.067 | P48768 |
| Slc6a1 | Sodium- and chloride-dependent GABA transporter 1 (GAT-1) (Solute carrier family 6 member 1) | -0.642 | 0.068 | P23978 |
| Skp1 | S-phase kinase-associated protein 1 (Cyclin-A/CDK2-associated protein p19) (S-phase kinase-associated protein 1A) (p19A) (p19skp1) | -0.430 | 0.072 | Q6PEC4 |
| Hpcal4 | Hippocalcin-like protein 4 (Neural visinin-like protein 2) (NVL-2) (NVP-2) (Visinin-like protein 2) (VILIP-2) | -0.389 | 0.074 | P35332 |
| Ctsb | Cathepsin B (EC 3.4.22.1) (Cathepsin B1) (RSG-2) [Cleaved into: Cathepsin B light chain; Cathepsin B heavy chain] | -1.972 | 0.078 | P00787 |
| Clasp2 | CLIP-associating protein 2 (Cytoplasmic linker-associated protein 2) | -3.837 | 0.084 | Q99JD4 |
| Ndufa10 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 10, mitochondrial (Complex I-42kD) (CI-42kD) (NADH-ubiquinone oxidoreductase 42 kDa subunit) | -0.978 | 0.084 | Q561S0 |
| Dbnl | Drebrin-like protein (Actin-binding protein 1) (Abp1) (SH3 domain-containing protein 7) | -0.160 | 0.086 | Q9JHL4 |
| Cox6c1 | Cytochrome c oxidase subunit 6C-1 (Cytochrome c oxidase polypeptide VIc-1) | -0.777 | 0.087 | P11950 |
| Lhpp | Phospholysine phosphohistidine inorganic pyrophosphate phosphatase (EC 3.1.3.-) (EC 3.6.1.1) | -0.374 | 0.087 | Q5I0D5 |
| Gap43 | Neuromodulin (Axonal membrane protein GAP-43) (Growth-associated protein 43) (Protein F1) | -0.786 | 0.088 | P07936 |
| Pip5k1c | Phosphatidylinositol 4-phosphate 5-kinase type-1 gamma (PIP5K1-gamma) (PtdIns(4)P-5-kinase 1 gamma) (EC 2.7.1.68) (Phosphatidylinositol 4-phosphate 5-kinase type I gamma) (PIP5KIgamma) | -0.254 | 0.089 | Q5I6B8 |
| Git1 | ARF GTPase-activating protein GIT1 (ARF GAP GIT1) (Cool-associated and tyrosine-phosphorylated protein 1) (CAT-1) (CAT1) (G protein-coupled receptor kinase-interactor 1) (GRK-interacting protein 1) (GRK-interactor 1) | -0.791 | 0.091 | Q9Z272 |
| Necap1 | Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1) (NECAP-1) | -0.392 | 0.098 | P69682 |
| Aars1 | Alanine--tRNA ligase, cytoplasmic (EC 6.1.1.7) (Alanyl-tRNA synthetase) (AlaRS) (Protein lactyltransferase AARS1) (EC 6.-.-.-) | -0.309 | 0.104 | P50475 |
| Basp1 | Brain acid soluble protein 1 (22 kDa neuronal tissue-enriched acidic protein) (Neuronal axonal membrane protein NAP-22) | -0.597 | 0.108 | Q05175 |
| Ccdc47 | PAT complex subunit CCDC47 (Coiled-coil domain-containing protein 47) | -2.341 | 0.116 | Q5U2X6 |
| Psmd13 | 26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5) | -0.545 | 0.118 | B0BN93 |
| Slc2a3 | Solute carrier family 2, facilitated glucose transporter member 3 (Glucose transporter type 3, brain) (GLUT-3) | -0.163 | 0.126 | Q07647 |
| Atp1b2 | Sodium/potassium-transporting ATPase subunit beta-2 (Sodium/potassium-dependent ATPase subunit beta-2) | -0.463 | 0.130 | P13638 |
| Lsamp | Limbic system-associated membrane protein (LSAMP) | -0.389 | 0.137 | Q62813 |
| Comt | Catechol O-methyltransferase (EC 2.1.1.6) | -0.331 | 0.143 | P22734 |
| Ndufa9 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (CI-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit) (Sperm flagella protein 3) | -0.848 | 0.145 | Q5BK63 |
| Uggt1 | UDP-glucose:glycoprotein glucosyltransferase 1 (UGT1) (rUGT1) (EC 2.4.1.-) (UDP--Glc:glycoprotein glucosyltransferase) (UDP-glucose ceramide glucosyltransferase-like 1) | -0.368 | 0.145 | Q9JLA3 |
| Arfgap1 | ADP-ribosylation factor GTPase-activating protein 1 (ARF GAP 1) (ADP-ribosylation factor 1 GTPase-activating protein) (ARF1 GAP) (ARF1-directed GTPase-activating protein) | -0.307 | 0.145 | Q62848 |
| Palm | Paralemmin-1 (Paralemmin) | -0.260 | 0.145 | Q920Q0 |
| Mapre2 | Microtubule-associated protein RP/EB family member 2 | -0.124 | 0.147 | Q3B8Q0 |
| Dpysl3 | Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4) (TOAD-64/Ulip/CRMP) (TUC-4b) | -0.199 | 0.153 | Q62952 |
| Gad1 | Glutamate decarboxylase 1 (EC 4.1.1.15) (67 kDa glutamic acid decarboxylase) (GAD-67) (Glutamate decarboxylase 67 kDa isoform) | -0.186 | 0.157 | P18088 |
| Cox4i1 | Cytochrome c oxidase subunit 4 isoform 1, mitochondrial (Cytochrome c oxidase polypeptide IV) (Cytochrome c oxidase subunit IV isoform 1) (COX IV-1) | -0.473 | 0.159 | P10888 |
| Ndufs1 | NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial (EC 7.1.1.2) | -0.485 | 0.165 | Q66HF1 |
| Mt-Co2 | Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II) | -0.518 | 0.166 | P00406 |
| Mt-Nd1 | NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1) | -0.426 | 0.187 | P03889 |
| Mt-Cyb | Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit) | -0.383 | 0.188 | P00159 |
| Scg3 | Secretogranin-3 (1B1075) (Secretogranin III) (SgIII) | -0.407 | 0.192 | P47868 |
| Cdk18 | Cyclin-dependent kinase 18 (EC 2.7.11.22) (Cell division protein kinase 18) (PCTAIRE-motif protein kinase 3) (Serine/threonine-protein kinase PCTAIRE-3) | -0.381 | 0.194 | O35832 |
| Anxa3 | Annexin A3 (35-alpha calcimedin) (Annexin III) (Annexin-3) (Lipocortin III) (Placental anticoagulant protein III) (PAP-III) | -0.697 | 0.222 | P14669 |
| Itih3 | Inter-alpha-trypsin inhibitor heavy chain H3 (ITI heavy chain H3) (ITI-HC3) (Inter-alpha-inhibitor heavy chain 3) | -0.553 | 0.224 | Q63416 |
| Cdc37 | Hsp90 co-chaperone Cdc37 (Hsp90 chaperone protein kinase-targeting subunit) (p50Cdc37) [Cleaved into: Hsp90 co-chaperone Cdc37, N-terminally processed] | -0.165 | 0.224 | Q63692 |
| Bcat1 | Branched-chain-amino-acid aminotransferase, cytosolic (BCAT(c)) (EC 2.6.1.42) | -0.250 | 0.227 | P54690 |
| Cox5b | Cytochrome c oxidase subunit 5B, mitochondrial (Cytochrome c oxidase polypeptide Vb) (Cytochrome c oxidase subunit VIA*) | -0.380 | 0.254 | P12075 |
| Necab1 | N-terminal EF-hand calcium-binding protein 1 (EF-hand calcium-binding protein 1) (Neuronal calcium-binding protein 1) (Synaptotagmin-interacting protein 1) (Stip-1) | -0.631 | 0.257 | Q9ESB5 |
| Sptan1 | Spectrin alpha chain, non-erythrocytic 1 (Alpha-II spectrin) (Fodrin alpha chain) | -0.160 | 0.272 | P16086 |
| Gss | Glutathione synthetase (GSH synthetase) (GSH-S) (EC 6.3.2.3) (Glutathione synthase) | -0.383 | 0.276 | P46413 |
| Ddost | Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit) | -0.181 | 0.277 | Q641Y0 |
| Itpa | Inosine triphosphate pyrophosphatase (ITPase) (Inosine triphosphatase) (EC 3.6.1.66) (Non-canonical purine NTP pyrophosphatase) (Non-standard purine NTP pyrophosphatase) (Nucleoside-triphosphate diphosphatase) (Nucleoside-triphosphate pyrophosphatase) (NTPase) (XTP/dITP diphosphatase) | -0.075 | 0.281 | D3ZW55 |
| Syncrip | Heterogeneous nuclear ribonucleoprotein Q (hnRNP Q) (Liver regeneration-related protein LRRG077) (Synaptotagmin-binding, cytoplasmic RNA-interacting protein) | -0.315 | 0.312 | Q7TP47 |
| Pccb | Propionyl-CoA carboxylase beta chain, mitochondrial (PCCase subunit beta) (EC 6.4.1.3) (Propanoyl-CoA:carbon dioxide ligase subunit beta) | -0.136 | 0.325 | P07633 |
| Cnrip1 | CB1 cannabinoid receptor-interacting protein 1 (CRIP-1) | -0.163 | 0.353 | Q5M7A7 |
| Nedd8 | Ubiquitin-like protein NEDD8 (Neddylin) | -0.288 | 0.358 | Q71UE8 |
| Ngef | Ephexin-1 (Eph-interacting exchange protein) (Neuronal guanine nucleotide exchange factor) | -0.157 | 0.372 | Q5BKC9 |
| Abi1 | Abl interactor 1 (Abelson interactor 1) (Abi-1) (Eps8 SH3 domain-binding protein) (Eps8-binding protein) (e3B1) | -0.136 | 0.373 | Q9QZM5 |
| Naga | Alpha-N-acetylgalactosaminidase (EC 3.2.1.49) (Alpha-galactosidase B) | -3.491 | 0.378 | Q66H12 |
| Uqcrc1 | Cytochrome b-c1 complex subunit 1, mitochondrial (Complex III subunit 1) (Core protein I) (Ubiquinol-cytochrome-c reductase complex core protein 1) | -0.192 | 0.386 | Q68FY0 |
| Hsbp1 | Heat shock factor-binding protein 1 | -0.839 | 0.395 | Q8K3X8 |
| Ermn | Ermin (Juxtanodin) (JN) | -0.729 | 0.406 | Q5RJL0 |
| Scn2a | Sodium channel protein type 2 subunit alpha (Sodium channel protein brain II subunit alpha) (Sodium channel protein type II subunit alpha) (Voltage-gated sodium channel subunit alpha Nav1.2) | -0.120 | 0.406 | P04775 |
| Camkv | CaM kinase-like vesicle-associated protein (1G5) | -0.041 | 0.411 | Q63092 |
| Vars1 | Valine--tRNA ligase (EC 6.1.1.9) (Valyl-tRNA synthetase) (ValRS) | -0.541 | 0.417 | Q04462 |
| Syn2 | Synapsin-2 (Synapsin II) | -0.050 | 0.418 | Q63537 |
| S100a1 | Protein S100-A1 (S-100 protein alpha chain) (S-100 protein subunit alpha) (S100 calcium-binding protein A1) | -0.582 | 0.422 | P35467 |
| Cox5a | Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va) | -0.255 | 0.431 | P11240 |
| Ahsg | Alpha-2-HS-glycoprotein (59 kDa bone sialic acid-containing protein) (BSP) (Fetuin-A) (Glycoprotein PP63) | -0.314 | 0.437 | P24090 |
| Ywhae | 14-3-3 protein epsilon (14-3-3E) (Mitochondrial import stimulation factor L subunit) (MSF L) | -0.077 | 0.448 | P62260 |
| Cyb5b | Cytochrome b5 type B (Cytochrome b5 outer mitochondrial membrane isoform) | -0.123 | 0.457 | P04166 |
| Gsta3 | Glutathione S-transferase alpha-3 (EC 2.5.1.18) (GST 2-2) (GST A3-3) (GST AA) (Glutathione S-transferase Yc-1) (GST Yc1) | -0.208 | 0.468 | P04904 |
| Sgip1 | SH3-containing GRB2-like protein 3-interacting protein 1 (Endophilin-3-interacting protein) | -0.111 | 0.469 | P0DJJ3 |
| Gc | Vitamin D-binding protein (DBP) (VDB) (Gc-globulin) (Group-specific component) | -0.299 | 0.473 | P04276 |
| Eif5a | Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1) (Eukaryotic initiation factor 5A isoform 1) (eIF-5A) (eIF-4D) | -0.170 | 0.483 | Q3T1J1 |
| Acadl | Long-chain specific acyl-CoA dehydrogenase, mitochondrial (LCAD) (EC 1.3.8.8) | -0.109 | 0.496 | P15650 |
| Syt12 | Synaptotagmin-12 (Synaptotagmin XII) (SytXII) (Synaptotagmin-related gene 1 protein) (Srg1) | -0.113 | 0.505 | P97610 |
| Vapb | Vesicle-associated membrane protein-associated protein B (VAMP-B) (VAMP-associated protein B) (VAP-B) | -0.129 | 0.508 | Q9Z269 |
| Psmc4 | 26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4) (S6 ATPase) (Tat-binding protein 7) (TBP-7) | -0.154 | 0.513 | Q63570 |
| Hpcal1 | Hippocalcin-like protein 1 (Neural visinin-like protein 3) (NVL-3) (NVP-3) (Visinin-like protein 3) (VILIP-3) | -0.123 | 0.517 | P62749 |
| Blvra | Biliverdin reductase A (BVR A) (EC 1.3.1.24) (Biliverdin-IX alpha-reductase) | -0.235 | 0.520 | P46844 |
| Dcps | m7GpppX diphosphatase (EC 3.6.1.59) (DCS-1) (Decapping scavenger enzyme) (Hint-related 7meGMP-directed hydrolase) (Histidine triad nucleotide-binding protein 5) (Histidine triad protein member 5) (HINT-5) (Scavenger mRNA-decapping enzyme DcpS) | -0.156 | 0.522 | Q8K4F7 |
| Gpsm1 | G-protein-signaling modulator 1 (Activator of G-protein signaling 3) | -0.149 | 0.525 | Q9R080 |
| Slc1a2 | Excitatory amino acid transporter 2 (GLT-1) (Sodium-dependent glutamate/aspartate transporter 2) (GLUT-R) (Solute carrier family 1 member 2) | -0.073 | 0.525 | P31596 |
| Zwint | Outer kinetochore KNL1 complex subunit ZWINT (SNAP25-interacting protein 30) (Scoilin) (ZW10 interactor) (ZW10-interacting protein 1) (Zwint-1) | -0.131 | 0.541 | Q8VIL3 |
| Fis1 | Mitochondrial fission 1 protein (FIS1 homolog) (rFis1) (Tetratricopeptide repeat protein 11) (TPR repeat protein 11) | -0.093 | 0.543 | P84817 |
| Adh5 | Alcohol dehydrogenase class-3 (EC 1.1.1.1) (Alcohol dehydrogenase 2) (Alcohol dehydrogenase 5) (Alcohol dehydrogenase B2) (ADH-B2) (Alcohol dehydrogenase class-III) (Glutathione-dependent formaldehyde dehydrogenase) (FALDH) (FDH) (GSH-FDH) (EC 1.1.1.-) (S-(hydroxymethyl)glutathione dehydrogenase) (EC 1.1.1.284) | -0.281 | 0.544 | P12711 |
| Gria1 | Glutamate receptor 1 (GluR-1) (AMPA-selective glutamate receptor 1) (GluR-A) (GluR-K1) (Glutamate receptor ionotropic, AMPA 1) | -0.178 | 0.544 | P19490 |
| Paics | Bifunctional phosphoribosylaminoimidazole carboxylase/phosphoribosylaminoimidazole succinocarboxamide synthetase (PAICS) [Includes: Phosphoribosylaminoimidazole carboxylase (EC 4.1.1.21) (AIR carboxylase) (AIRC); Phosphoribosylaminoimidazole succinocarboxamide synthetase (EC 6.3.2.6) (SAICAR synthetase)] | -0.193 | 0.557 | P51583 |
| Ube2n | Ubiquitin-conjugating enzyme E2 N (EC 2.3.2.23) (Bendless-like ubiquitin-conjugating enzyme) (E2 ubiquitin-conjugating enzyme N) (Ubiquitin carrier protein N) (Ubiquitin-protein ligase N) | -0.199 | 0.564 | Q9EQX9 |
| Prkcg | Protein kinase C gamma type (PKC-gamma) (EC 2.7.11.13) | -0.094 | 0.566 | P63319 |
| Stxbp1 | Syntaxin-binding protein 1 (N-Sec1) (Protein unc-18 homolog 1) (Unc18-1) (Protein unc-18 homolog A) (Unc-18A) (p67) (rbSec1) | -0.067 | 0.569 | P61765 |
| Gpm6a | Neuronal membrane glycoprotein M6-a (M6a) | -0.135 | 0.578 | Q812E9 |
| Nudc | Nuclear migration protein nudC (Nuclear distribution protein C homolog) (c15) | -0.065 | 0.581 | Q63525 |
| Mbp | Myelin basic protein (MBP) | -0.188 | 0.584 | P02688 |
| Eci1 | Enoyl-CoA delta isomerase 1, mitochondrial (MECI) (EC 5.3.3.8) (3,2-trans-enoyl-CoA isomerase) (Delta(3),Delta(2)-enoyl-CoA isomerase) (D3,D2-enoyl-CoA isomerase) (Dodecenoyl-CoA isomerase) | -0.719 | 0.593 | P23965 |
| Stoml2 | Stomatin-like protein 2, mitochondrial (SLP-2) | -0.079 | 0.604 | Q4FZT0 |
| Atp6v0a1 | V-type proton ATPase 116 kDa subunit a 1 (V-ATPase 116 kDa subunit a 1) (Clathrin-coated vesicle/synaptic vesicle proton pump 116 kDa subunit) (Vacuolar adenosine triphosphatase subunit Ac116) (Vacuolar proton pump subunit 1) (Vacuolar proton translocating ATPase 116 kDa subunit a isoform 1) | -0.285 | 0.627 | P25286 |
| Uqcrc2 | Cytochrome b-c1 complex subunit 2, mitochondrial (Complex III subunit 2) (Core protein II) (Ubiquinol-cytochrome-c reductase complex core protein 2) | -0.086 | 0.628 | P32551 |
| Mri1 | Methylthioribose-1-phosphate isomerase (M1Pi) (MTR-1-P isomerase) (EC 5.3.1.23) (S-methyl-5-thioribose-1-phosphate isomerase) (Translation initiation factor eIF-2B subunit alpha/beta/delta-like protein) | -0.078 | 0.632 | Q5HZE4 |
| Scg2 | Secretogranin-2 (Chromogranin-C) (Secretogranin II) (SgII) [Cleaved into: Secretoneurin (SN); Manserin] | -0.369 | 0.649 | P10362 |
| Lyn | Tyrosine-protein kinase Lyn (EC 2.7.10.2) (V-yes-1 Yamaguchi sarcoma viral related oncogene homolog) (p53Lyn) (p56Lyn) | -0.356 | 0.657 | Q07014 |
| Lonp1 | Lon protease homolog, mitochondrial (EC 3.4.21.53) (Lon protease-like protein) (LONP) (Mitochondrial ATP-dependent protease Lon) (Serine protease 15) | -0.094 | 0.657 | Q924S5 |
| Ppt1 | Palmitoyl-protein thioesterase 1 (PPT-1) (EC 3.1.2.2) (EC 3.1.2.22) (Palmitoyl-protein hydrolase 1) | -0.078 | 0.658 | P45479 |
| Enpp6 | Glycerophosphocholine cholinephosphodiesterase ENPP6 (GPC-Cpde) (EC 3.1.4.-) (EC 3.1.4.38) (Choline-specific glycerophosphodiester phosphodiesterase) (Ectonucleotide pyrophosphatase/phosphodiesterase family member 6) (E-NPP 6) (NPP-6) | -0.209 | 0.662 | B0BND0 |
| Vdac1 | Non-selective voltage-gated ion channel VDAC1 (Outer mitochondrial membrane protein porin 1) (Voltage-dependent anion-selective channel protein 1) (VDAC-1) (rVDAC1) | -0.101 | 0.670 | Q9Z2L0 |
| Mapre1 | Microtubule-associated protein RP/EB family member 1 (APC-binding protein EB1) (End-binding protein 1) (EB1) | -0.068 | 0.670 | Q66HR2 |
| Prmt1 | Protein arginine N-methyltransferase 1 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT1) | -0.314 | 0.678 | Q63009 |
| Aldh4a1 | Delta-1-pyrroline-5-carboxylate dehydrogenase, mitochondrial (P5C dehydrogenase) (EC 1.2.1.88) (Aldehyde dehydrogenase family 4 member A1) (L-glutamate gamma-semialdehyde dehydrogenase) | -0.144 | 0.681 | P0C2X9 |
| Slc2a1 | Solute carrier family 2, facilitated glucose transporter member 1 (Glucose transporter type 1, erythrocyte/brain) (GLUT-1) | -0.250 | 0.688 | P11167 |
| Gria4 | Glutamate receptor 4 (GluR-4) (GluR4) (AMPA-selective glutamate receptor 4) (GluR-D) (Glutamate receptor ionotropic, AMPA 4) (GluA4) | -0.070 | 0.697 | P19493 |
| Pip4k2b | Phosphatidylinositol 5-phosphate 4-kinase type-2 beta (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-beta) (Diphosphoinositide kinase 2-beta) (Phosphatidylinositol 5-phosphate 4-kinase type II beta) (PI(5)P 4-kinase type II beta) (PIP4KII-beta) (Phosphatidylinositol-phosphate kinase IIgamma) (PIPKIIgamma) (PtdIns(5)P-4-kinase isoform 2-beta) | -0.065 | 0.718 | O88377 |
| Folh1 | Glutamate carboxypeptidase 2 (EC 3.4.17.21) (Folate hydrolase 1) (Folylpoly-gamma-glutamate carboxypeptidase) (FGCP) (Glutamate carboxypeptidase II) (GCPII) (Membrane glutamate carboxypeptidase) (mGCP) (N-acetylated-alpha-linked acidic dipeptidase I) (NAALADase I) (Prostate-specific membrane antigen homolog) (Pteroylpoly-gamma-glutamate carboxypeptidase) | -0.110 | 0.725 | P70627 |
| Mccc2 | Methylcrotonoyl-CoA carboxylase beta chain, mitochondrial (MCCase subunit beta) (EC 6.4.1.4) (3-methylcrotonyl-CoA carboxylase 2) (3-methylcrotonyl-CoA carboxylase non-biotin-containing subunit) (3-methylcrotonyl-CoA:carbon dioxide ligase subunit beta) | -0.076 | 0.744 | Q5XIT9 |
| Pea15 | Astrocytic phosphoprotein PEA-15 (15 kDa phosphoprotein enriched in astrocytes) | -0.055 | 0.748 | Q5U318 |
| Snap25 | Synaptosomal-associated protein 25 (SNAP-25) (Super protein) (SUP) (Synaptosomal-associated 25 kDa protein) | -0.051 | 0.759 | P60881 |
| Psmb1 | Proteasome subunit beta type-1 (Macropain subunit C5) (Multicatalytic endopeptidase complex subunit C5) (Proteasome component C5) (Proteasome gamma chain) (Proteasome subunit beta-6) (beta-6) | -0.084 | 0.775 | P18421 |
| Vgf | Neurosecretory protein VGF (VGF8a protein) [Cleaved into: VGF(24-63); VGF(180-194); VGF(375-407); Neuroendocrine regulatory peptide-1 (NERP-1); Neuroendocrine regulatory peptide-2 (NERP-2); VGF-derived peptide TLQP-11; VGF-derived peptide TLQP-21; VGF-derived peptide TLQP-30; VGF-derived peptide TLQP-62; VGF-derived peptide HFHH-10; VGF-derived peptide AQEE-30; VGF-derived peptide LQEQ-19] | -0.170 | 0.780 | P20156 |
| Aldh9a1 | 4-trimethylaminobutyraldehyde dehydrogenase (TMABA-DH) (TMABADH) (EC 1.2.1.47) (Aldehyde dehydrogenase family 9 member A1) (EC 1.2.1.3) (Formaldehyde dehydrogenase) (EC 1.2.1.46) (Gamma-aminobutyraldehyde dehydrogenase) (EC 1.2.1.19) | -0.349 | 0.791 | Q9JLJ3 |
| Lasp1 | LIM and SH3 domain protein 1 (LASP-1) | -0.028 | 0.793 | Q99MZ8 |
| Gmps | GMP synthase [glutamine-hydrolyzing] (EC 6.3.5.2) (GMP synthetase) (Glutamine amidotransferase) | -0.107 | 0.800 | Q4V7C6 |
| Slc6a7 | Sodium-dependent proline transporter (Solute carrier family 6 member 7) | -0.084 | 0.800 | P28573 |
| Gucy1b1 | Guanylate cyclase soluble subunit beta-1 (GCS-beta-1) (EC 4.6.1.2) (Guanylate cyclase soluble subunit beta-3) (GCS-beta-3) (Soluble guanylate cyclase small subunit) | -0.058 | 0.802 | P20595 |
| Tpm3 | Tropomyosin alpha-3 chain (Gamma-tropomyosin) (Tropomyosin-3) (Tropomyosin-5) | -0.030 | 0.813 | Q63610 |
| Uqcrfs1 | Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8) (Complex III subunit 5) (Cytochrome b-c1 complex subunit 5) (Liver regeneration-related protein LRRGT00195) (Rieske iron-sulfur protein) (RISP) (Rieske protein UQCRFS1) (Ubiquinol-cytochrome c reductase iron-sulfur subunit) [Cleaved into: Cytochrome b-c1 complex subunit 9 (Su9) (Subunit 9) (8 kDa subunit 9) (Complex III subunit IX) (Cytochrome b-c1 complex subunit 11) (UQCRFS1 mitochondrial targeting sequence) (UQCRFS1 MTS) (Ubiquinol-cytochrome c reductase 8 kDa protein)] | -0.117 | 0.825 | P20788 |
| Histone H2B type 1 | -0.082 | 0.828 | Q00715 | |
| Atl1 | Atlastin-1 (EC 3.6.5.-) (Spastic paraplegia 3A homolog) | -0.024 | 0.828 | Q6PST4 |
| Marcks | Myristoylated alanine-rich C-kinase substrate (MARCKS) (Protein kinase C substrate 80 kDa protein) | -0.170 | 0.843 | P30009 |
| Syp | Synaptophysin (Major synaptic vesicle protein p38) | -0.057 | 0.843 | P07825 |
| Ahcy | Adenosylhomocysteinase (AdoHcyase) (EC 3.13.2.1) (S-adenosyl-L-homocysteine hydrolase) | -0.022 | 0.857 | P10760 |
| Mog | Myelin-oligodendrocyte glycoprotein | -0.039 | 0.862 | Q63345 |
| Nsfl1c | NSFL1 cofactor p47 (XY body-associated protein XY40) (p97 cofactor p47) | -0.029 | 0.862 | O35987 |
| Prkar2a | cAMP-dependent protein kinase type II-alpha regulatory subunit | -0.027 | 0.862 | P12368 |
| Matr3 | Matrin-3 (Nuclear scaffold protein p130/MAT3) | -0.058 | 0.867 | P43244 |
| Tph2 | Tryptophan 5-hydroxylase 2 (EC 1.14.16.4) (Neuronal tryptophan hydroxylase) (Tryptophan 5-monooxygenase 2) | -0.080 | 0.868 | Q8CGU9 |
| Ywhag | 14-3-3 protein gamma [Cleaved into: 14-3-3 protein gamma, N-terminally processed] | -0.045 | 0.870 | P61983 |
| Acot2 | Acyl-coenzyme A thioesterase 2, mitochondrial (Acyl-CoA thioesterase 2) (EC 3.1.2.2) (ARTISt/p43) (Acyl coenzyme A thioester hydrolase) (MTE-I) (Very-long-chain acyl-CoA thioesterase) | -0.047 | 0.871 | O55171 |
| Opa1 | Dynamin-like GTPase OPA1, mitochondrial (EC 3.6.5.5) (Optic atrophy protein 1 homolog) [Cleaved into: Dynamin-like GTPase OPA1, long form (L-OPA1); Dynamin-like GTPase OPA1, short form (S-OPA1)] | -0.014 | 0.871 | Q2TA68 |
| Nadk2 | NAD kinase 2, mitochondrial (EC 2.7.1.23) (Mitochondrial NAD kinase) (NAD kinase domain-containing protein 1, mitochondrial) | -0.053 | 0.874 | Q1HCL7 |
| Hadh | Hydroxyacyl-coenzyme A dehydrogenase, mitochondrial (HCDH) (EC 1.1.1.35) (Medium and short-chain L-3-hydroxyacyl-coenzyme A dehydrogenase) (Short-chain 3-hydroxyacyl-CoA dehydrogenase) | -0.044 | 0.888 | Q9WVK7 |
| Gria2 | Glutamate receptor 2 (GluR-2) (AMPA-selective glutamate receptor 2) (GluR-B) (GluR-K2) (Glutamate receptor ionotropic, AMPA 2) | -0.016 | 0.904 | P19491 |
| Armt1 | Damage-control phosphatase ARMT1 (EC 3.1.3.-) (Acidic residue methyltransferase 1) (Protein-glutamate O-methyltransferase) (EC 2.1.1.-) (Sugar phosphate phosphatase ARMT1) | -0.028 | 0.916 | Q6AYT5 |
| Atxn10 | Ataxin-10 (Neuronal beta-catenin-like protein) (Spinocerebellar ataxia type 10 protein homolog) | -0.022 | 0.916 | Q9ER24 |
| Camk2a | Calcium/calmodulin-dependent protein kinase type II subunit alpha (CaM kinase II subunit alpha) (CaMK-II subunit alpha) (EC 2.7.11.17) | -0.041 | 0.935 | P11275 |
| Esd | S-formylglutathione hydrolase (FGH) (EC 3.1.2.12) (Esterase D) | -0.011 | 0.936 | B0BNE5 |
| Tomm34 | Mitochondrial import receptor subunit TOM34 (Translocase of outer membrane 34 kDa subunit) | -0.041 | 0.939 | Q3KRD5 |
| Aldh3a2 | Aldehyde dehydrogenase family 3 member A2 (EC 1.2.1.3) (EC 1.2.1.94) (Aldehyde dehydrogenase 4) (Fatty aldehyde dehydrogenase) (Microsomal aldehyde dehydrogenase) (msALDH) | -0.022 | 0.939 | P30839 |
| Map1s | Microtubule-associated protein 1S (MAP-1S) [Cleaved into: MAP1S heavy chain; MAP1S light chain] | -0.061 | 0.944 | P0C5W1 |
| Mccc1 | Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial (MCCase subunit alpha) (EC 6.4.1.4) (3-methylcrotonyl-CoA carboxylase 1) (3-methylcrotonyl-CoA carboxylase biotin-containing subunit) (3-methylcrotonyl-CoA:carbon dioxide ligase subunit alpha) | -0.011 | 0.951 | Q5I0C3 |
| Calb2 | Calretinin (CR) | -0.010 | 0.956 | P47728 |
| Ndrg4 | Protein NDRG4 (Brain development-related molecule 1) | -0.011 | 0.967 | Q9Z2L9 |
| Bckdha | 2-oxoisovalerate dehydrogenase subunit alpha, mitochondrial (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain) (BCKDE1A) (BCKDH E1-alpha) | -0.011 | 0.982 | P11960 |
| Hyou1 | Hypoxia up-regulated protein 1 (150 kDa oxygen-regulated protein) (ORP-150) | -0.003 | 0.982 | Q63617 |
| Stk39 | STE20/SPS1-related proline-alanine-rich protein kinase (Ste-20-related kinase) (EC 2.7.11.1) (Pancreatic serine/threonine-protein kinase) (PS/TK) (PSTK1) (Serine/threonine-protein kinase 39) | -0.005 | 0.986 | O88506 |
| Cfl1 | Cofilin-1 (Cofilin, non-muscle isoform) | -0.002 | 0.987 | P45592 |
| Hadha | Trifunctional enzyme subunit alpha, mitochondrial (Monolysocardiolipin acyltransferase) (MLCL AT) (EC 2.3.1.-) (TP-alpha) [Includes: Long-chain enoyl-CoA hydratase (EC 4.2.1.17); Long chain 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.211)] | -0.001 | 0.994 | Q64428 |
| Ddah2 | Putative hydrolase DDAH2 (EC 3.-.-.-) (DDAHII) (Inactive N(G),N(G)-dimethylarginine dimethylaminohydrolase 2) (DDAH-2) (Inactive dimethylarginine dimethylaminohydrolase 2) | -0.003 | 0.995 | Q6MG60 |
| nuclear - Up | ||||
| Atp5me | ATP synthase F(0) complex subunit e, mitochondrial (ATPase subunit e) (ATP synthase membrane subunit e) | 1.618 | 0.017 | P29419 |
| Phb1 | Prohibitin 1 | 1.098 | 0.022 | P67779 |
| Uqcrc1 | Cytochrome b-c1 complex subunit 1, mitochondrial (Complex III subunit 1) (Core protein I) (Ubiquinol-cytochrome-c reductase complex core protein 1) | 0.853 | 0.023 | Q68FY0 |
| Atp5po | ATP synthase peripheral stalk subunit OSCP, mitochondrial (ATP synthase subunit O) (Oligomycin sensitivity conferral protein) (OSCP) (Sperm flagella protein 4) | 0.953 | 0.023 | Q06647 |
| Timm13 | Mitochondrial import inner membrane translocase subunit Tim13 | 0.708 | 0.034 | P62076 |
| Ndufa9 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (CI-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit) (Sperm flagella protein 3) | 0.561 | 0.045 | Q5BK63 |
| Atp5f1a | ATP synthase F(1) complex subunit alpha, mitochondrial (ATP synthase F1 subunit alpha) | 0.748 | 0.045 | P15999 |
| Phb2 | Prohibitin-2 (B-cell receptor-associated protein BAP37) (BAP-37) | 0.751 | 0.045 | Q5XIH7 |
| Uqcrc2 | Cytochrome b-c1 complex subunit 2, mitochondrial (Complex III subunit 2) (Core protein II) (Ubiquinol-cytochrome-c reductase complex core protein 2) | 0.909 | 0.045 | P32551 |
| Ndufv2 | NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (EC 7.1.1.2) (NADH-ubiquinone oxidoreductase 24 kDa subunit) | 0.948 | 0.045 | P19234 |
| Uqcrfs1 | Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8) (Complex III subunit 5) (Cytochrome b-c1 complex subunit 5) (Liver regeneration-related protein LRRGT00195) (Rieske iron-sulfur protein) (RISP) (Rieske protein UQCRFS1) (Ubiquinol-cytochrome c reductase iron-sulfur subunit) [Cleaved into: Cytochrome b-c1 complex subunit 9 (Su9) (Subunit 9) (8 kDa subunit 9) (Complex III subunit IX) (Cytochrome b-c1 complex subunit 11) (UQCRFS1 mitochondrial targeting sequence) (UQCRFS1 MTS) (Ubiquinol-cytochrome c reductase 8 kDa protein)] | 0.989 | 0.045 | P20788 |
| Ppia | Peptidyl-prolyl cis-trans isomerase A (PPIase A) (EC 5.2.1.8) (Cyclophilin A) (Cyclosporin A-binding protein) (Rotamase A) (p1B15) (p31) [Cleaved into: Peptidyl-prolyl cis-trans isomerase A, N-terminally processed] | 1.167 | 0.045 | P10111 |
| Cd47 | Leukocyte surface antigen CD47 (Integrin-associated protein) (IAP) (CD antigen CD47) | 0.538 | 0.047 | P97829 |
| Stxbp1 | Syntaxin-binding protein 1 (N-Sec1) (Protein unc-18 homolog 1) (Unc18-1) (Protein unc-18 homolog A) (Unc-18A) (p67) (rbSec1) | 0.663 | 0.047 | P61765 |
| Aldoa | Fructose-bisphosphate aldolase A (EC 4.1.2.13) (Muscle-type aldolase) | 0.675 | 0.047 | P05065 |
| Tomm22 | Mitochondrial import receptor subunit TOM22 homolog (rTOM22) (Translocase of outer membrane 22 kDa subunit homolog) | 0.796 | 0.047 | Q75Q41 |
| Maoa | Amine oxidase [flavin-containing] A (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase type A) (MAO-A) | 0.818 | 0.047 | P21396 |
| Cox5a | Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va) | 0.833 | 0.047 | P11240 |
| Cs | Citrate synthase, mitochondrial (EC 2.3.3.1) (Citrate (Si)-synthase) | 0.900 | 0.047 | Q8VHF5 |
| Pkm | Pyruvate kinase PKM (EC 2.7.1.40) (Pyruvate kinase muscle isozyme) (Threonine-protein kinase PKM2) (EC 2.7.11.1) (Tyrosine-protein kinase PKM2) (EC 2.7.10.2) | 0.908 | 0.047 | P11980 |
| Atp5f1b | ATP synthase F(1) complex catalytic subunit beta, mitochondrial (EC 7.1.2.2) (ATP synthase F1 subunit beta) | 0.930 | 0.047 | P10719 |
| Aldoc | Fructose-bisphosphate aldolase C (EC 4.1.2.13) (Brain-type aldolase) | 1.140 | 0.047 | P09117 |
| Hbb | Hemoglobin subunit beta-1 (Beta-1-globin) (Hemoglobin beta chain, major-form) (Hemoglobin beta-1 chain) | 1.286 | 0.047 | P02091 |
| Cisd1 | CDGSH iron-sulfur domain-containing protein 1 (Cysteine transaminase CISD1) (EC 2.6.1.3) (MitoNEET) | 1.344 | 0.047 | B0K020 |
| Arhgdia | Rho GDP-dissociation inhibitor 1 (Rho GDI 1) (Rho-GDI alpha) | 1.765 | 0.047 | Q5XI73 |
| Hsph1 | Heat shock protein 105 kDa (Heat shock 110 kDa protein) | 0.427 | 0.050 | Q66HA8 |
| Septin9 | Septin-9 (Eighth septin) (Eseptin) (Septin-like protein) (SLP) | 0.695 | 0.056 | Q9QZR6 |
| Sdha | Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp) (Malate dehydrogenase [quinone] flavoprotein subunit) (EC 1.1.5.-) | 0.790 | 0.060 | Q920L2 |
| Pdhb | Pyruvate dehydrogenase E1 component subunit beta, mitochondrial (PDHE1-B) (EC 1.2.4.1) | 0.816 | 0.060 | P49432 |
| Csrp1 | Cysteine and glycine-rich protein 1 (Cysteine-rich protein 1) (CRP) (CRP1) | 0.720 | 0.065 | P47875 |
| Cox6c2 | Cytochrome c oxidase subunit 6C-2 (Cytochrome c oxidase polypeptide VIc-2) | 0.853 | 0.065 | P11951 |
| Atp5mf | ATP synthase F(0) complex subunit f, mitochondrial (ATP synthase membrane subunit f) | 0.899 | 0.065 | D3ZAF6 |
| Gapdh | Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (38 kDa BFA-dependent ADP-ribosylation substrate) (BARS-38) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-) | 0.983 | 0.065 | P04797 |
| Bcan | Brevican core protein (Brain-enriched hyaluronan-binding protein) (BEHAB) | 1.105 | 0.065 | P55068 |
| Dnm1 | Dynamin-1 (EC 3.6.5.5) (B-dynamin) (D100) (Dynamin I) (Dynamin, brain) | 0.512 | 0.066 | P21575 |
| Idh3b | Isocitrate dehydrogenase [NAD] subunit beta, mitochondrial (Isocitric dehydrogenase subunit beta) (NAD(+)-specific ICDH subunit beta) | 0.673 | 0.066 | Q68FX0 |
| Hba1 | Hemoglobin subunit alpha-1/2 (Alpha-1/2-globin) (Hemoglobin alpha-1/2 chain) [Cleaved into: Hemopressin] | 1.054 | 0.067 | P01946 |
| Pcmt1 | Protein-L-isoaspartate(D-aspartate) O-methyltransferase (PIMT) (EC 2.1.1.77) (L-isoaspartyl protein carboxyl methyltransferase) (Protein L-isoaspartyl/D-aspartyl methyltransferase) (Protein-beta-aspartate methyltransferase) | 0.837 | 0.069 | P22062 |
| Vdac1 | Non-selective voltage-gated ion channel VDAC1 (Outer mitochondrial membrane protein porin 1) (Voltage-dependent anion-selective channel protein 1) (VDAC-1) (rVDAC1) | 0.845 | 0.069 | Q9Z2L0 |
| Pafah1b2 | Platelet-activating factor acetylhydrolase IB subunit alpha2 (EC 3.1.1.47) (PAF acetylhydrolase 30 kDa subunit) (PAF-AH 30 kDa subunit) (PAF-AH subunit beta) (PAFAH subunit beta) (Platelet-activating factor acetylhydrolase alpha 2 subunit) (PAF-AH alpha 2) | 1.087 | 0.069 | O35264 |
| Got1 | Aspartate aminotransferase, cytoplasmic (cAspAT) (EC 2.6.1.1) (EC 2.6.1.3) (Cysteine aminotransferase, cytoplasmic) (Cysteine transaminase, cytoplasmic) (cCAT) (Glutamate oxaloacetate transaminase 1) (Transaminase A) | 0.841 | 0.079 | P13221 |
| Aco2 | Aconitate hydratase, mitochondrial (Aconitase) (EC 4.2.1.3) (Citrate hydro-lyase) | 0.848 | 0.079 | Q9ER34 |
| Tkt | Transketolase (TK) (EC 2.2.1.1) | 0.936 | 0.079 | P50137 |
| Pdha1 | Pyruvate dehydrogenase E1 component subunit alpha, somatic form, mitochondrial (EC 1.2.4.1) (PDHE1-A type I) | 1.271 | 0.079 | P26284 |
| Hspe1 | 10 kDa heat shock protein, mitochondrial (Hsp10) (10 kDa chaperonin) (Chaperonin 10) (CPN10) | 1.394 | 0.079 | P26772 |
| Park7 | Parkinson disease protein 7 homolog (Contraception-associated protein 1) (Protein CAP1) (Fertility protein SP22) (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1) (DJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124) | 1.534 | 0.079 | O88767 |
| Got2 | Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Fatty acid-binding protein) (FABP-1) (Glutamate oxaloacetate transaminase 2) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Plasma membrane-associated fatty acid-binding protein) (FABPpm) (Transaminase A) | 1.135 | 0.080 | P00507 |
| Chchd6 | MICOS complex subunit Mic25 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6) | 0.794 | 0.081 | D4A7N1 |
| Stmn1 | Stathmin (Leukemia-associated phosphoprotein p18) (Metablastin) (Oncoprotein 18) (Op18) (Phosphoprotein p19) (pp19) (Pr22 protein) (Prosolin) (pp17) | 0.825 | 0.081 | P13668 |
| Ndufs1 | NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial (EC 7.1.1.2) | 0.868 | 0.081 | Q66HF1 |
| Eno1 | Alpha-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase) (Enolase 1) (Non-neural enolase) (NNE) | 0.914 | 0.082 | P04764 |
| Akr1b1 | Aldo-keto reductase family 1 member B1 (EC 1.1.1.21) (EC 1.1.1.300) (EC 1.1.1.372) (EC 1.1.1.54) (Aldehyde reductase) (Aldose reductase) (AR) | 1.309 | 0.087 | P07943 |
| Prdx6 | Peroxiredoxin-6 (EC 1.11.1.27) (1-Cys peroxiredoxin) (1-Cys PRX) (Acidic calcium-independent phospholipase A2) (aiPLA2) (EC 3.1.1.4) (Antioxidant protein 2) (Glutathione-dependent peroxiredoxin) (Lysophosphatidylcholine acyltransferase 5) (LPC acyltransferase 5) (LPCAT-5) (Lyso-PC acyltransferase 5) (EC 2.3.1.23) (Non-selenium glutathione peroxidase) (NSGPx) (Thiol-specific antioxidant protein) | 1.423 | 0.087 | O35244 |
| Pacsin1 | Protein kinase C and casein kinase substrate in neurons protein 1 (Dynamin proline-rich domain-interacting protein) (Dynamin PRD-interacting protein) (Synaptic, dynamin-associated protein I) (Syndapin-1) (Syndapin-I) (SdpI) | 0.760 | 0.089 | Q9Z0W5 |
| Gstm7 | Glutathione S-transferase Mu 7 (EC 2.5.1.18) (Chain 4) (GST Yb3) (GST class-mu 3) (Glutathione S-transferase Yb-3) | 0.812 | 0.089 | P08009 |
| Mapk1 | Mitogen-activated protein kinase 1 (MAP kinase 1) (MAPK 1) (EC 2.7.11.24) (ERT1) (Extracellular signal-regulated kinase 2) (ERK-2) (MAP kinase isoform p42) (p42-MAPK) (Mitogen-activated protein kinase 2) (MAP kinase 2) (MAPK 2) | 0.615 | 0.092 | P63086 |
| Hspd1 | 60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (CPN60) (HSP-65) (Heat shock protein 60) (HSP-60) (Hsp60) (Mitochondrial matrix protein P1) | 0.709 | 0.093 | P63039 |
| Eno2 | Gamma-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase) (Enolase 2) (Neural enolase) (Neuron-specific enolase) (NSE) | 0.915 | 0.093 | P07323 |
| Pgk1 | Phosphoglycerate kinase 1 (EC 2.7.11.1) (EC 2.7.2.3) | 0.918 | 0.093 | P16617 |
| Dpysl4 | Dihydropyrimidinase-related protein 4 (DRP-4) (Collapsin response mediator protein 3) (CRMP-3) (UNC33-like phosphoprotein 4) (ULIP-4) | 1.703 | 0.093 | Q62951 |
| Ndufa10 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 10, mitochondrial (Complex I-42kD) (CI-42kD) (NADH-ubiquinone oxidoreductase 42 kDa subunit) | 0.586 | 0.099 | Q561S0 |
| Gdi1 | Rab GDP dissociation inhibitor alpha (Rab GDI alpha) (Guanosine diphosphate dissociation inhibitor 1) (GDI-1) | 0.729 | 0.099 | P50398 |
| Cox7a2 | Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart) (Cytochrome c oxidase subunit VIIa-L) | 0.848 | 0.099 | P35171 |
| Atp5mg | ATP synthase F(0) complex subunit g, mitochondrial (ATPase subunit g) (ATP synthase membrane subunit g) | 1.609 | 0.099 | Q6PDU7 |
| Gap43 | Neuromodulin (Axonal membrane protein GAP-43) (Growth-associated protein 43) (Protein F1) | 1.984 | 0.099 | P07936 |
| Prkar2b | cAMP-dependent protein kinase type II-beta regulatory subunit | 0.388 | 0.100 | P12369 |
| Rab2a | Ras-related protein Rab-2A (EC 3.6.5.2) | 1.147 | 0.109 | P05712 |
| Dld | Dihydrolipoyl dehydrogenase, mitochondrial (EC 1.8.1.4) (Dihydrolipoamide dehydrogenase) | 0.382 | 0.114 | Q6P6R2 |
| Sod2 | Superoxide dismutase [Mn], mitochondrial (EC 1.15.1.1) | 0.851 | 0.114 | P07895 |
| Rala | Ras-related protein Ral-A (EC 3.6.5.2) | 0.527 | 0.118 | P63322 |
| Prdx5 | Peroxiredoxin-5, mitochondrial (EC 1.11.1.24) (Antioxidant enzyme B166) (AOEB166) (PLP) (Peroxiredoxin V) (Prx-V) (Peroxisomal antioxidant enzyme) (Thioredoxin peroxidase PMP20) (Thioredoxin-dependent peroxiredoxin 5) | 0.979 | 0.123 | Q9R063 |
| Atp1b1 | Sodium/potassium-transporting ATPase subunit beta-1 (Sodium/potassium-dependent ATPase subunit beta-1) | 0.947 | 0.124 | P07340 |
| Immt | MICOS complex subunit Mic60 (Mitochondrial inner membrane protein) (Mitofilin) | 0.449 | 0.125 | Q3KR86 |
| Ckb | Creatine kinase B-type (EC 2.7.3.2) (B-CK) (Creatine kinase B chain) (Creatine phosphokinase M-type) (CPK-B) | 0.785 | 0.125 | P07335 |
| Uchl1 | Ubiquitin carboxyl-terminal hydrolase isozyme L1 (UCH-L1) (EC 3.4.19.12) (Neuron cytoplasmic protein 9.5) (PGP 9.5) (PGP9.5) (Ubiquitin thioesterase L1) | 0.879 | 0.125 | Q00981 |
| Atp5pf | ATP synthase peripheral stalk subunit F6, mitochondrial (ATPase subunit F6) (ATP synthase peripheral stalk subunit F6) | 0.895 | 0.125 | P21571 |
| Gpd2 | Glycerol-3-phosphate dehydrogenase, mitochondrial (GPD-M) (GPDH-M) (EC 1.1.5.3) | 2.059 | 0.125 | P35571 |
| Mt-Co2 | Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II) | 0.479 | 0.128 | P00406 |
| Atp5pb | ATP synthase peripheral stalk subunit b, mitochondrial (ATP synthase F(0) complex subunit B1, mitochondrial) (ATP synthase peripheral stalk-membrane subunit b) (ATP synthase subunit b) (ATPase subunit b) | 0.755 | 0.128 | P19511 |
| Dlat | Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex, mitochondrial (EC 2.3.1.12) (70 kDa mitochondrial autoantigen of primary biliary cirrhosis) (PBC) (Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex) (Pyruvate dehydrogenase complex component E2) (PDC-E2) (PDCE2) | 0.772 | 0.128 | P08461 |
| Prkacb | cAMP-dependent protein kinase catalytic subunit beta (PKA C-beta) (EC 2.7.11.11) | 0.559 | 0.130 | P68182 |
| Atp1b3 | Sodium/potassium-transporting ATPase subunit beta-3 (Sodium/potassium-dependent ATPase subunit beta-3) (ATPB-3) (CD antigen CD298) | 0.730 | 0.131 | Q63377 |
| Dlst | Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex, mitochondrial (EC 2.3.1.61) (2-oxoglutarate dehydrogenase complex component E2) (OGDC-E2) (Dihydrolipoamide succinyltransferase component of 2-oxoglutarate dehydrogenase complex) (E2K) | 0.483 | 0.132 | Q01205 |
| Atp5f1d | ATP synthase F(1) complex subunit delta, mitochondrial (ATP synthase F1 subunit delta) (F-ATPase delta subunit) | 0.628 | 0.132 | P35434 |
| Tpi1 | Triosephosphate isomerase (TIM) (EC 5.3.1.1) (Methylglyoxal synthase) (EC 4.2.3.3) (Triose-phosphate isomerase) | 1.001 | 0.132 | P48500 |
| Hk1 | Hexokinase-1 (EC 2.7.1.1) (Brain form hexokinase) (Hexokinase type I) (HK I) (Hexokinase-A) | 0.348 | 0.139 | P05708 |
| Atp5mk | ATP synthase F(0) complex subunit k, mitochondrial (ATP synthase membrane subunit DAPIT, mitochondrial) (Diabetes-associated protein in insulin-sensitive tissues) (Up-regulated during skeletal muscle growth protein 5) | 1.144 | 0.139 | Q9JJW3 |
| Hspa4 | Heat shock 70 kDa protein 4 (Ischemia responsive 94 kDa protein) | 0.299 | 0.140 | O88600 |
| Atp5pd | ATP synthase peripheral stalk subunit d, mitochondrial (ATPase subunit d) (ATP synthase peripheral stalk subunit d) | 0.568 | 0.140 | P31399 |
| Ppp3ca | Protein phosphatase 3 catalytic subunit alpha (EC 3.1.3.16) (CAM-PRP catalytic subunit) (Calcineurin A alpha) (Calmodulin-dependent calcineurin A subunit alpha isoform) (CNA alpha) (Serine/threonine-protein phosphatase 2B catalytic subunit alpha isoform) | 0.559 | 0.141 | P63329 |
| Dpysl5 | Dihydropyrimidinase-related protein 5 (DRP-5) (UNC33-like phosphoprotein 6) (ULIP-6) | 0.999 | 0.141 | Q9JHU0 |
| Pnp | Purine nucleoside phosphorylase (PNP) (EC 2.4.2.1) (Inosine phosphorylase) (Inosine-guanosine phosphorylase) | 1.675 | 0.143 | P85973 |
| Fis1 | Mitochondrial fission 1 protein (FIS1 homolog) (rFis1) (Tetratricopeptide repeat protein 11) (TPR repeat protein 11) | 1.637 | 0.155 | P84817 |
| Pygb | Glycogen phosphorylase, brain form (EC 2.4.1.1) | 0.963 | 0.159 | P53534 |
| Erp29 | Endoplasmic reticulum resident protein 29 (ERp29) (Endoplasmic reticulum resident protein 31) (ERp31) | 1.041 | 0.159 | P52555 |
| Stx1b | Syntaxin-1B (P35B) (Syntaxin-1B2) | 1.321 | 0.159 | P61265 |
| Fkbp1a | Peptidyl-prolyl cis-trans isomerase FKBP1A (PPIase FKBP1A) (EC 5.2.1.8) (12 kDa FK506-binding protein) (12 kDa FKBP) (FKBP-12) (FK506-binding protein 1A) (FKBP-1A) (Immunophilin FKBP12) (Rotamase) | 2.001 | 0.159 | Q62658 |
| Atp5f1c | ATP synthase F(1) complex subunit gamma, mitochondrial (ATP synthase F1 subunit gamma) (F-ATPase gamma subunit) | 0.563 | 0.166 | P35435 |
| Vdac3 | Non-selective voltage-gated ion channel VDAC3 (VDAC-3) (rVDAC3) (Outer mitochondrial membrane protein porin 3) | 0.580 | 0.166 | Q9R1Z0 |
| Acat1 | Acetyl-CoA acetyltransferase, mitochondrial (EC 2.3.1.9) (Acetoacetyl-CoA thiolase) | 0.620 | 0.166 | P17764 |
| Napb | Beta-soluble NSF attachment protein (SNAP-beta) (N-ethylmaleimide-sensitive factor attachment protein beta) | 0.654 | 0.166 | P85969 |
| Gpi | Glucose-6-phosphate isomerase (GPI) (EC 5.3.1.9) (Autocrine motility factor) (AMF) (Neuroleukin) (NLK) (Phosphoglucose isomerase) (PGI) (Phosphohexose isomerase) (PHI) | 0.794 | 0.166 | Q6P6V0 |
| Cox5b | Cytochrome c oxidase subunit 5B, mitochondrial (Cytochrome c oxidase polypeptide Vb) (Cytochrome c oxidase subunit VIA*) | 0.828 | 0.166 | P12075 |
| Atp1b2 | Sodium/potassium-transporting ATPase subunit beta-2 (Sodium/potassium-dependent ATPase subunit beta-2) | 1.109 | 0.166 | P13638 |
| Rtn1 | Reticulon-1 (Neuroendocrine-specific protein) (S-rex) | 1.269 | 0.171 | Q64548 |
| Syn1 | Synapsin-1 (Synapsin I) | 0.256 | 0.175 | P09951 |
| Alb | Albumin | 0.903 | 0.175 | P02770 |
| Cnp | 2',3'-cyclic-nucleotide 3'-phosphodiesterase (CNP) (CNPase) (EC 3.1.4.37) | 0.431 | 0.179 | P13233 |
| Sfxn1 | Sideroflexin-1 (Tricarboxylate carrier protein) (TCC) | 0.817 | 0.181 | Q63965 |
| Rab14 | Ras-related protein Rab-14 (EC 3.6.5.2) | 1.356 | 0.183 | P61107 |
| Ndufa11 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (CI-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7) | 0.787 | 0.184 | Q80W89 |
| Cplx2 | Complexin-2 (Complexin II) (CPX II) (Synaphin-1) | 0.568 | 0.189 | P84087 |
| Abat | 4-aminobutyrate aminotransferase, mitochondrial (beta-AlaAT I) (EC 2.6.1.19) ((S)-3-amino-2-methylpropionate transaminase) (EC 2.6.1.22) (GABA aminotransferase) (GABA-AT) (Gamma-amino-N-butyrate transaminase) (GABA transaminase) (GABA-T) (L-AIBAT) [Cleaved into: 4-aminobutyrate aminotransferase, brain isoform; 4-aminobutyrate aminotransferase, liver isoform] | 0.772 | 0.192 | P50554 |
| Rack1 | Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor for activated C kinase) (Receptor of activated protein C kinase 1) (Receptor of activated protein kinase C 1) [Cleaved into: Small ribosomal subunit protein RACK1, N-terminally processed (Receptor of activated protein C kinase 1, N-terminally processed)] | 0.773 | 0.192 | P63245 |
| Nrcam | Neuronal cell adhesion molecule (Nr-CAM) (Ankyrin-binding cell adhesion molecule NrCAM) (Neuronal surface protein Bravo) (rBravo) (NgCAM-related cell adhesion molecule) (Ng-CAM-related) | 0.312 | 0.193 | P97686 |
| Sh3gl1 | Endophilin-A2 (Endophilin-2) (SH3 domain protein 2B) (SH3 domain-containing GRB2-like protein 1) (SH3p8) | 1.039 | 0.198 | O35964 |
| Cdc42 | Cell division control protein 42 homolog (EC 3.6.5.2) | 1.091 | 0.199 | Q8CFN2 |
| Pfkm | ATP-dependent 6-phosphofructokinase, muscle type (ATP-PFK) (PFK-M) (EC 2.7.1.11) (6-phosphofructokinase type A) (Phosphofructo-1-kinase isozyme A) (PFK-A) (Phosphohexokinase) | 0.707 | 0.200 | P47858 |
| Ldhb | L-lactate dehydrogenase B chain (LDH-B) (EC 1.1.1.27) (LDH heart subunit) (LDH-H) | 0.861 | 0.201 | P42123 |
| Ndufs2 | NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (EC 7.1.1.2) (Complex I-49kD) (CI-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit) | 0.624 | 0.207 | Q641Y2 |
| Sh3gl2 | Endophilin-A1 (Endophilin-1) (SH3 domain protein 2A) (SH3 domain-containing GRB2-like protein 2) (SH3p4) | 1.207 | 0.228 | O35179 |
| Sirt2 | NAD-dependent protein deacetylase sirtuin-2 (EC 2.3.1.286) (NAD-dependent protein defatty-acylase sirtuin-2) (EC 2.3.1.-) (Regulatory protein SIR2 homolog 2) (SIR2-like protein 2) | 0.543 | 0.240 | Q5RJQ4 |
| Cadm3 | Cell adhesion molecule 3 (Immunoglobulin superfamily member 4B) (IgSF4B) (Nectin-like protein 1) (NECL-1) | 1.311 | 0.241 | Q1WIM3 |
| Canx | Calnexin | 0.632 | 0.255 | P35565 |
| Gsto1 | Glutathione S-transferase omega-1 (GSTO-1) (EC 2.5.1.18) (Glutathione S-transferase omega 1-1) (GSTO 1-1) (Glutathione-dependent dehydroascorbate reductase) (EC 1.8.5.1) (Monomethylarsonic acid reductase) (MMA(V) reductase) (EC 1.20.4.2) (S-(Phenacyl)glutathione reductase) (SPG-R) | 1.725 | 0.261 | Q9Z339 |
| Nckap1 | Nck-associated protein 1 (NAP 1) (Membrane-associated protein HEM-2) (p125Nap1) | 0.353 | 0.264 | P55161 |
| Mif | Macrophage migration inhibitory factor (MIF) (EC 5.3.2.1) (Glutathione-binding 13 kDa protein) (L-dopachrome isomerase) (L-dopachrome tautomerase) (EC 5.3.3.12) (Phenylpyruvate tautomerase) | 0.776 | 0.266 | P30904 |
| Aldh5a1 | Succinate-semialdehyde dehydrogenase, mitochondrial (SSADH) (EC 1.2.1.24) (Aldehyde dehydrogenase family 5 member A1) (NAD(+)-dependent succinic semialdehyde dehydrogenase) | 0.813 | 0.269 | P51650 |
| Cox4i1 | Cytochrome c oxidase subunit 4 isoform 1, mitochondrial (Cytochrome c oxidase polypeptide IV) (Cytochrome c oxidase subunit IV isoform 1) (COX IV-1) | 0.372 | 0.280 | P10888 |
| Cycs | Cytochrome c, somatic | 1.204 | 0.288 | P62898 |
| Cct2 | T-complex protein 1 subunit beta (TCP-1-beta) (EC 3.6.1.-) (CCT-beta) | 0.247 | 0.290 | Q5XIM9 |
| Ppp1r1b | Protein phosphatase 1 regulatory subunit 1B (DARPP-32) (Dopamine- and cAMP-regulated neuronal phosphoprotein) | 0.612 | 0.293 | Q6J4I0 |
| Fgg | Fibrinogen gamma chain | 1.624 | 0.293 | P02680 |
| Fasn | Fatty acid synthase (EC 2.3.1.85) (Type I FAS) [Includes: [Acyl-carrier-protein] S-acetyltransferase (EC 2.3.1.38); [Acyl-carrier-protein] S-malonyltransferase (EC 2.3.1.39); 3-oxoacyl-[acyl-carrier-protein] synthase (EC 2.3.1.41); 3-oxoacyl-[acyl-carrier-protein] reductase (EC 1.1.1.100); 3-hydroxyacyl-[acyl-carrier-protein] dehydratase (EC 4.2.1.59); Enoyl-[acyl-carrier-protein] reductase (EC 1.3.1.39); Acyl-[acyl-carrier-protein] hydrolase (EC 3.1.2.14)] | 1.677 | 0.294 | P12785 |
| Rab3a | Ras-related protein Rab-3A (EC 3.6.5.2) | 0.932 | 0.304 | P63012 |
| Septin3 | Neuronal-specific septin-3 (G-septin) (P40) | 0.407 | 0.307 | Q9WU34 |
| Gpm6b | Neuronal membrane glycoprotein M6-b (M6b) (Rhombencephalic expression protein-29 kDa) (Rhombex-29) | 1.036 | 0.321 | Q9JJK1 |
| Gng7 | Guanine nucleotide-binding protein G(I)/G(S)/G(O) subunit gamma-7 | 0.503 | 0.326 | P43425 |
| Vcp | Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (15S Mg(2+)-ATPase p97 subunit) (Valosin-containing protein) (VCP) | 0.446 | 0.344 | P46462 |
| Mog | Myelin-oligodendrocyte glycoprotein | 0.430 | 0.345 | Q63345 |
| Nme2 | Nucleoside diphosphate kinase B (NDK B) (NDP kinase B) (EC 2.7.4.6) (Histidine protein kinase NDKB) (EC 2.7.13.3) (P18) | 0.366 | 0.346 | P19804 |
| Uqcrq | Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII) (Low molecular mass ubiquinone-binding protein) (Ubiquinol-cytochrome c reductase complex 9.5 kDa protein) (Ubiquinol-cytochrome c reductase complex ubiquinone-binding protein QP-C) | 0.619 | 0.347 | Q7TQ16 |
| Nme1 | Nucleoside diphosphate kinase A (NDK A) (NDP kinase A) (EC 2.7.4.6) (Metastasis inhibition factor NM23) (Tumor metastatic process-associated protein) | 0.496 | 0.350 | Q05982 |
| Ngef | Ephexin-1 (Eph-interacting exchange protein) (Neuronal guanine nucleotide exchange factor) | 0.585 | 0.362 | Q5BKC9 |
| Amph | Amphiphysin | 0.900 | 0.369 | O08838 |
| Akap5 | A-kinase anchor protein 5 (AKAP-5) (A-kinase anchor protein 150 kDa) (AKAP 150) (P150) (cAMP-dependent protein kinase regulatory subunit II high affinity-binding protein) | 0.317 | 0.372 | P24587 |
| Pebp1 | Phosphatidylethanolamine-binding protein 1 (PEBP-1) (23 kDa morphine-binding protein) (HCNPpp) (P23K) [Cleaved into: Hippocampal cholinergic neurostimulating peptide (HCNP)] | 1.134 | 0.377 | P31044 |
| Eif3h | Eukaryotic translation initiation factor 3 subunit H (eIF3h) (Eukaryotic translation initiation factor 3 subunit 3) (eIF-3-gamma) (eIF3 p40 subunit) | 0.598 | 0.388 | Q6P9U8 |
| Ckmt1 | Creatine kinase U-type, mitochondrial (EC 2.7.3.2) (Acidic-type mitochondrial creatine kinase) (Mia-CK) (Ubiquitous mitochondrial creatine kinase) (U-MtCK) | 0.386 | 0.404 | P25809 |
| Tnr | Tenascin-R (TN-R) (Janusin) (Neural recognition molecule J1-160/180) (Restrictin) | 0.232 | 0.416 | Q05546 |
| Ppp3cb | Serine/threonine-protein phosphatase 2B catalytic subunit beta isoform (EC 3.1.3.16) (CAM-PRP catalytic subunit) (Calmodulin-dependent calcineurin A subunit beta isoform) (CNA beta) | 0.338 | 0.416 | P20651 |
| Eef1a2 | Elongation factor 1-alpha 2 (EF-1-alpha-2) (EC 3.6.5.-) (Eukaryotic elongation factor 1 A-2) (eEF1A-2) (Statin-S1) | 0.252 | 0.418 | P62632 |
| Atp6v1b2 | V-type proton ATPase subunit B, brain isoform (V-ATPase subunit B 2) (Endomembrane proton pump 58 kDa subunit) (Vacuolar proton pump subunit B 2) | 0.169 | 0.430 | P62815 |
| Hspa5 | Endoplasmic reticulum chaperone BiP (EC 3.6.4.10) (78 kDa glucose-regulated protein) (GRP-78) (Binding-immunoglobulin protein) (BiP) (Heat shock protein 70 family protein 5) (HSP70 family protein 5) (Heat shock protein family A member 5) (Immunoglobulin heavy chain-binding protein) (Steroidogenesis-activator polypeptide) | 0.216 | 0.432 | P06761 |
| Opcml | Opioid-binding protein/cell adhesion molecule (OBCAM) (OPCML) (Opioid-binding cell adhesion molecule) | 0.272 | 0.449 | P32736 |
| Synj1 | Synaptojanin-1 (EC 3.1.3.36) (Synaptic inositol 1,4,5-trisphosphate 5-phosphatase 1) | 0.676 | 0.449 | Q62910 |
| Nptx1 | Neuronal pentraxin-1 (NP1) (47 kDa taipoxin-binding protein) (Neuronal pentraxin I) (NP-I) | 1.577 | 0.449 | P47971 |
| Itpr1 | Inositol 1,4,5-trisphosphate-gated calcium channel ITPR1 (IP3 receptor isoform 1) (IP3R 1) (InsP3R1) (Inositol 1,4,5-trisphosphate receptor) (IP-3-R) (Inositol 1,4,5-trisphosphate receptor type 1) (Type 1 inositol 1,4,5-trisphosphate receptor) (Type 1 InsP3 receptor) | 0.227 | 0.461 | P29994 |
| Slc2a1 | Solute carrier family 2, facilitated glucose transporter member 1 (Glucose transporter type 1, erythrocyte/brain) (GLUT-1) | 0.565 | 0.463 | P11167 |
| Eef1g | Elongation factor 1-gamma (EF-1-gamma) (eEF-1B gamma) | 0.296 | 0.473 | Q68FR6 |
| Arpc5 | Actin-related protein 2/3 complex subunit 5 (Arp2/3 complex 16 kDa subunit) (p16-ARC) | 0.636 | 0.473 | Q4KLF8 |
| Slc25a11 | Mitochondrial 2-oxoglutarate/malate carrier protein (OGCP) (alpha-oxoglutarate carrier) (Solute carrier family 25 member 11) (SLC25A11) | 0.242 | 0.480 | P97700 |
| Bcas1 | Breast carcinoma-amplified sequence 1 homolog (Protein whose mRNA is enriched in synaptosomes 2) (Pmes-2) | 0.386 | 0.484 | Q3ZB98 |
| Ogdh | 2-oxoglutarate dehydrogenase complex component E1 (E1o) (OGDC-E1) (OGDH-E1) (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Alpha-KGDH-E1) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase) | 0.179 | 0.498 | Q5XI78 |
| Glul | Glutamine synthetase (GS) (EC 6.3.1.2) (Glutamate--ammonia ligase) (Palmitoyltransferase GLUL) (EC 2.3.1.225) | 0.502 | 0.498 | P09606 |
| Pdp1 | [Pyruvate dehydrogenase [acetyl-transferring]]-phosphatase 1, mitochondrial (PDP 1) (EC 3.1.3.43) (Protein phosphatase 2C) (Pyruvate dehydrogenase phosphatase catalytic subunit 1) (PDPC 1) | 0.670 | 0.500 | O88483 |
| Cltc | Clathrin heavy chain 1 | 0.154 | 0.517 | P11442 |
| Ppp2r2a | Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B alpha isoform (PP2A subunit B isoform B55-alpha) (B55) (PP2A subunit B isoform BRA) (PP2A subunit B isoform PR55-alpha) (PP2A subunit B isoform R2-alpha) (PP2A subunit B isoform alpha) | 0.254 | 0.523 | P36876 |
| Ppib | Peptidyl-prolyl cis-trans isomerase B (PPIase B) (EC 5.2.1.8) (CYP-S1) (Cyclophilin B) (Rotamase B) (S-cyclophilin) (SCYLP) | 0.366 | 0.541 | P24368 |
| Atp2b1 | Plasma membrane calcium-transporting ATPase 1 (EC 7.2.2.10) (Plasma membrane calcium ATPase isoform 1) (PMCA1) (Plasma membrane calcium pump isoform 1) | 0.489 | 0.541 | P11505 |
| Gda | Guanine deaminase (Guanase) (Guanine aminase) (EC 3.5.4.3) (Guanine aminohydrolase) (GAH) | 0.778 | 0.546 | Q9WTT6 |
| Cct3 | T-complex protein 1 subunit gamma (TCP-1-gamma) (EC 3.6.1.-) (CCT-gamma) | 0.170 | 0.551 | Q6P502 |
| Lrrc57 | Leucine-rich repeat-containing protein 57 | 0.254 | 0.569 | Q5FVI3 |
| Rps26 | Small ribosomal subunit protein eS26 (40S ribosomal protein S26) | 0.317 | 0.582 | P62856 |
| Glo1 | Lactoylglutathione lyase (EC 4.4.1.5) (Aldoketomutase) (Glyoxalase I) (Glx I) (Ketone-aldehyde mutase) (Methylglyoxalase) (S-D-lactoylglutathione methylglyoxal lyase) | 0.682 | 0.594 | Q6P7Q4 |
| Mdh1 | Malate dehydrogenase, cytoplasmic (EC 1.1.1.37) (Aromatic alpha-keto acid reductase) (KAR) (EC 1.1.1.96) (Cytosolic malate dehydrogenase) | 0.520 | 0.596 | O88989 |
| Sars1 | Serine--tRNA ligase, cytoplasmic (EC 6.1.1.11) (Seryl-tRNA synthetase) (SerRS) (Seryl-tRNA(Ser/Sec) synthetase) | 0.991 | 0.596 | Q6P799 |
| Ywhah | 14-3-3 protein eta | 0.263 | 0.605 | P68511 |
| Ncald | Neurocalcin-delta | 1.044 | 0.605 | Q5PQN0 |
| Ywhae | 14-3-3 protein epsilon (14-3-3E) (Mitochondrial import stimulation factor L subunit) (MSF L) | 0.290 | 0.608 | P62260 |
| Cnrip1 | CB1 cannabinoid receptor-interacting protein 1 (CRIP-1) | 0.381 | 0.618 | Q5M7A7 |
| Myh11 | Myosin-11 (Myosin heavy chain 11) (Myosin heavy chain, smooth muscle isoform) (SMMHC) | 0.565 | 0.637 | Q63862 |
| Gnai1 | Guanine nucleotide-binding protein G(i) subunit alpha-1 (EC 3.6.5.-) (Adenylate cyclase-inhibiting G alpha protein) | 0.202 | 0.645 | P10824 |
| Sfxn3 | Sideroflexin-3 | 0.231 | 0.645 | Q9JHY2 |
| Rpl14 | Large ribosomal subunit protein eL14 (60S ribosomal protein L14) | 0.111 | 0.647 | Q63507 |
| Gnao1 | Guanine nucleotide-binding protein G(o) subunit alpha (EC 3.6.5.-) | 0.207 | 0.647 | P59215 |
| Ermn | Ermin (Juxtanodin) (JN) | 0.630 | 0.651 | Q5RJL0 |
| Clip2 | CAP-Gly domain-containing linker protein 2 (Cytoplasmic linker protein 115) (CLIP-115) (Cytoplasmic linker protein 2) | 0.311 | 0.654 | O55156 |
| Abi1 | Abl interactor 1 (Abelson interactor 1) (Abi-1) (Eps8 SH3 domain-binding protein) (Eps8-binding protein) (e3B1) | 0.674 | 0.655 | Q9QZM5 |
| Palm | Paralemmin-1 (Paralemmin) | 0.255 | 0.660 | Q920Q0 |
| Lgi1 | Leucine-rich glioma-inactivated protein 1 | 0.178 | 0.670 | Q8K4Y5 |
| Hpcal4 | Hippocalcin-like protein 4 (Neural visinin-like protein 2) (NVL-2) (NVP-2) (Visinin-like protein 2) (VILIP-2) | 0.710 | 0.670 | P35332 |
| Dnajc10 | DnaJ homolog subfamily C member 10 (EC 1.8.4.-) | 0.453 | 0.674 | Q498R3 |
| Rps8 | Small ribosomal subunit protein eS8 (40S ribosomal protein S8) | 0.123 | 0.696 | P62243 |
| Ndufa5 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (CI-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit) | 0.443 | 0.706 | Q63362 |
| Ogt | UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase 110 kDa subunit (EC 2.4.1.255) (O-GlcNAc transferase subunit p110) (O-linked N-acetylglucosamine transferase 110 kDa subunit) (OGT) | 0.326 | 0.710 | P56558 |
| Ca2 | Carbonic anhydrase 2 (EC 4.2.1.1) (Carbonate dehydratase II) (Carbonic anhydrase II) (CA-II) (Cyanamide hydratase CA2) (EC 4.2.1.69) | 0.430 | 0.718 | P27139 |
| Ak1 | Adenylate kinase isoenzyme 1 (AK 1) (EC 2.7.4.3) (EC 2.7.4.4) (EC 2.7.4.6) (ATP-AMP transphosphorylase 1) (ATP:AMP phosphotransferase) (Adenylate monophosphate kinase) (Myokinase) | 0.633 | 0.719 | P39069 |
| Alcam | CD166 antigen (Activated leukocyte cell adhesion molecule) (HB2) (KG-CAM) (Protein MEMD) (SB-10 antigen) (CD antigen CD166) | 0.283 | 0.738 | O35112 |
| Grm2 | Metabotropic glutamate receptor 2 (mGluR2) | 0.194 | 0.744 | P31421 |
| Ldha | L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27) (LDH muscle subunit) (LDH-M) | 0.397 | 0.744 | P04642 |
| Tfam | Transcription factor A, mitochondrial (mtTFA) | 0.495 | 0.750 | Q91ZW1 |
| Hspa8 | Heat shock cognate 71 kDa protein (EC 3.6.4.10) (Heat shock 70 kDa protein 8) | 0.074 | 0.767 | P63018 |
| Nt5e | 5'-nucleotidase (5'-NT) (EC 3.1.3.35) (EC 3.1.3.5) (EC 3.1.3.89) (EC 3.1.3.91) (EC 3.1.3.99) (5'-deoxynucleotidase) (Ecto-5'-nucleotidase) (IMP-specific 5'-nucleotidase) (Thymidylate 5'-phosphatase) (CD antigen CD73) | 0.261 | 0.788 | P21588 |
| Eif3j | Eukaryotic translation initiation factor 3 subunit J (eIF3j) (Eukaryotic translation initiation factor 3 subunit 1) (eIF-3-alpha) (eIF3 p35) | 0.254 | 0.791 | A0JPM9 |
| Basp1 | Brain acid soluble protein 1 (22 kDa neuronal tissue-enriched acidic protein) (Neuronal axonal membrane protein NAP-22) | 0.373 | 0.793 | Q05175 |
| Fn1 | Fibronectin (FN) [Cleaved into: Anastellin] | 0.182 | 0.806 | P04937 |
| Impact | Protein IMPACT (Imprinted and ancient gene protein homolog) | 0.134 | 0.818 | Q5GFD9 |
| Prkca | Protein kinase C alpha type (PKC-A) (PKC-alpha) (EC 2.7.11.13) | 0.237 | 0.822 | P05696 |
| Cfl1 | Cofilin-1 (Cofilin, non-muscle isoform) | 0.102 | 0.828 | P45592 |
| Ywhag | 14-3-3 protein gamma [Cleaved into: 14-3-3 protein gamma, N-terminally processed] | 0.175 | 0.833 | P61983 |
| Hadha | Trifunctional enzyme subunit alpha, mitochondrial (Monolysocardiolipin acyltransferase) (MLCL AT) (EC 2.3.1.-) (TP-alpha) [Includes: Long-chain enoyl-CoA hydratase (EC 4.2.1.17); Long chain 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.211)] | 0.103 | 0.837 | Q64428 |
| Fyn | Tyrosine-protein kinase Fyn (EC 2.7.10.2) (Proto-oncogene c-Fyn) (p59-Fyn) | 0.208 | 0.842 | Q62844 |
| Coro1b | Coronin-1B (Coronin-2) | 0.214 | 0.847 | O89046 |
| Tufm | Elongation factor Tu, mitochondrial (EC 3.6.5.3) | 0.104 | 0.848 | P85834 |
| Capza1 | F-actin-capping protein subunit alpha-1 (CapZ alpha-1) | 0.111 | 0.852 | B2GUZ5 |
| Pgrmc1 | Membrane-associated progesterone receptor component 1 (mPR) (25-DX) (Acidic 25 kDa protein) (Ventral midline antigen) (VEMA) | 0.348 | 0.852 | P70580 |
| Tpm3 | Tropomyosin alpha-3 chain (Gamma-tropomyosin) (Tropomyosin-3) (Tropomyosin-5) | 0.117 | 0.861 | Q63610 |
| Nap1l1 | Nucleosome assembly protein 1-like 1 (NAP-1-related protein) | 0.070 | 0.866 | Q9Z2G8 |
| Vcl | Vinculin (Metavinculin) | 0.200 | 0.868 | P85972 |
| Vcan | Versican core protein (Chondroitin sulfate proteoglycan core protein 2) (Chondroitin sulfate proteoglycan 2) (Glial hyaluronate-binding protein) (GHAP) (Large fibroblast proteoglycan) (PG-M) | 0.098 | 0.872 | Q9ERB4 |
| Arpc2 | Actin-related protein 2/3 complex subunit 2 (Arp2/3 complex 34 kDa subunit) (p34-ARC) | 0.056 | 0.884 | P85970 |
| Map2 | Microtubule-associated protein 2 (MAP-2) | 0.071 | 0.886 | P15146 |
| Ppp1ca | Serine/threonine-protein phosphatase PP1-alpha catalytic subunit (PP-1A) (EC 3.1.3.16) | 0.162 | 0.889 | P62138 |
| Enpp6 | Glycerophosphocholine cholinephosphodiesterase ENPP6 (GPC-Cpde) (EC 3.1.4.-) (EC 3.1.4.38) (Choline-specific glycerophosphodiester phosphodiesterase) (Ectonucleotide pyrophosphatase/phosphodiesterase family member 6) (E-NPP 6) (NPP-6) | 0.095 | 0.891 | B0BND0 |
| Slc25a1 | Tricarboxylate transport protein, mitochondrial (Citrate carrier) (CIC) (Citrate transport protein) (CTP) (Solute carrier family 25 member 1) (Tricarboxylate carrier protein) | 0.121 | 0.892 | P32089 |
| Gnaz | Guanine nucleotide-binding protein G(z) subunit alpha (G(x) alpha chain) (Gz-alpha) | 0.093 | 0.896 | P19627 |
| Flot1 | Flotillin-1 (Reggie-2) (REG-2) | 0.170 | 0.915 | Q9Z1E1 |
| Ptpn5 | Tyrosine-protein phosphatase non-receptor type 5 (EC 3.1.3.48) (Neural-specific protein-tyrosine phosphatase) (Striatum-enriched protein-tyrosine phosphatase) (STEP) | 0.599 | 0.919 | P35234 |
| Taok1 | Serine/threonine-protein kinase TAO1 (EC 2.7.11.1) (Thousand and one amino acid protein 1) | 0.075 | 0.920 | O88664 |
| Opa1 | Dynamin-like GTPase OPA1, mitochondrial (EC 3.6.5.5) (Optic atrophy protein 1 homolog) [Cleaved into: Dynamin-like GTPase OPA1, long form (L-OPA1); Dynamin-like GTPase OPA1, short form (S-OPA1)] | 0.078 | 0.922 | Q2TA68 |
| Map1b | Microtubule-associated protein 1B (MAP-1B) (Neuraxin) [Cleaved into: MAP1B heavy chain; MAP1 light chain LC1] | 0.035 | 0.931 | P15205 |
| Gabrg2 | Gamma-aminobutyric acid receptor subunit gamma-2 (GABA(A) receptor subunit gamma-2) (GABAAR subunit gamma-2) | 0.201 | 0.939 | P18508 |
| Mapre3 | Microtubule-associated protein RP/EB family member 3 (EB1 protein family member 3) (EBF3) (End-binding protein 3) (EB3) (RP3) | 0.034 | 0.946 | Q5XIT1 |
| Tubb3 | Tubulin beta-3 chain (Neuron-specific class III beta-tubulin) | 0.055 | 0.946 | Q4QRB4 |
| Rps10 | Small ribosomal subunit protein eS10 (40S ribosomal protein S10) | 0.181 | 0.947 | P63326 |
| Wdr1 | WD repeat-containing protein 1 | 0.088 | 0.956 | Q5RKI0 |
| Adcy5 | Adenylate cyclase type 5 (EC 4.6.1.1) (ATP pyrophosphate-lyase 5) (Adenylate cyclase type V) (Adenylyl cyclase 5) | 0.064 | 0.958 | Q04400 |
| Banf1 | Barrier-to-autointegration factor (LAP2-binding protein 1) [Cleaved into: Barrier-to-autointegration factor, N-terminally processed] | 0.241 | 0.959 | Q9R1T1 |
| Rtcb | RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase) (p55) | 0.054 | 0.961 | Q6AYT3 |
| Coro1a | Coronin-1A (Coronin-like protein A) (Clipin-A) (Tryptophan aspartate-containing coat protein) (TACO) | 0.035 | 0.966 | Q91ZN1 |
| Ap1b1 | AP-1 complex subunit beta-1 (Adaptor protein complex AP-1 subunit beta-1) (Adaptor-related protein complex 1 subunit beta-1) (Beta-1-adaptin) (Beta-adaptin 1) (Clathrin assembly protein complex 1 beta large chain) (Golgi adaptor HA1/AP1 adaptin beta subunit) | 0.019 | 0.974 | P52303 |
| Tubb2a | Tubulin beta-2A chain | 0.018 | 0.975 | P85108 |
| Tcp1 | T-complex protein 1 subunit alpha (TCP-1-alpha) (EC 3.6.1.-) (CCT-alpha) | 0.022 | 0.975 | P28480 |
| Rpl11 | Large ribosomal subunit protein uL5 (60S ribosomal protein L11) | 0.033 | 0.975 | P62914 |
| Gls | Glutaminase kidney isoform, mitochondrial (GLS) (EC 3.5.1.2) (K-glutaminase) (L-glutamine amidohydrolase) [Cleaved into: Glutaminase kidney isoform, mitochondrial 68 kDa chain; Glutaminase kidney isoform, mitochondrial 65 kDa chain] | 0.119 | 0.975 | P13264 |
| Rpl6 | Large ribosomal subunit protein eL6 (60S ribosomal protein L6) (Neoplasm-related protein C140) | 0.028 | 0.977 | P21533 |
| Map1a | Microtubule-associated protein 1A (MAP-1A) [Cleaved into: MAP1A heavy chain; MAP1 light chain LC2] | 0.017 | 0.981 | P34926 |
| Pde2a | cGMP-dependent 3',5'-cyclic phosphodiesterase (EC 3.1.4.17) (Cyclic GMP-stimulated phosphodiesterase) (CGS-PDE) (cGSPDE) | 0.015 | 0.985 | Q01062 |
| Rps6 | Small ribosomal subunit protein eS6 (40S ribosomal protein S6) | 0.022 | 0.985 | P62755 |
| Snap25 | Synaptosomal-associated protein 25 (SNAP-25) (Super protein) (SUP) (Synaptosomal-associated 25 kDa protein) | 0.031 | 0.985 | P60881 |
| Uba1 | Ubiquitin-like modifier-activating enzyme 1 (EC 6.2.1.45) (Ubiquitin-activating enzyme E1) | 0.043 | 0.985 | Q5U300 |
| Ctsb | Cathepsin B (EC 3.4.22.1) (Cathepsin B1) (RSG-2) [Cleaved into: Cathepsin B light chain; Cathepsin B heavy chain] | 0.063 | 0.985 | P00787 |
| Olfm1 | Noelin (1B426B) (Neuronal olfactomedin-related ER localized protein) (Olfactomedin-1) (Pancortin) | 0.026 | 0.992 | Q62609 |
| Vwa1 | von Willebrand factor A domain-containing protein 1 | 0.002 | 0.995 | Q642A6 |
| Cox6a1 | Cytochrome c oxidase subunit 6A1, mitochondrial (Cytochrome c oxidase polypeptide VIa-liver) | 0.012 | 0.996 | P10818 |
| nuclear - Down | ||||
| Dlg4 | Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95) (Synapse-associated protein 90) (SAP-90) (SAP90) | -0.378 | 0.047 | P31016 |
| Shank3 | SH3 and multiple ankyrin repeat domains protein 3 (Shank3) (Proline-rich synapse-associated protein 2) (ProSAP2) (SPANK-2) | -0.439 | 0.049 | Q9JLU4 |
| Rpl10a | Large ribosomal subunit protein uL1 (60S ribosomal protein L10a) | -0.722 | 0.053 | P62907 |
| H1-0 | Histone H1.0 (Histone H1') (Histone H1(0)) [Cleaved into: Histone H1.0, N-terminally processed] | -0.715 | 0.065 | P43278 |
| Ppp1r9a | Neurabin-1 (Neurabin-I) (Neural tissue-specific F-actin-binding protein I) (PP1bp175) (Protein phosphatase 1 regulatory subunit 9A) (p180) | -0.384 | 0.065 | O35867 |
| Macroh2a1 | Core histone macro-H2A.1 (Histone macroH2A1) (mH2A1) (H2A.y) (H2A/y) | -0.390 | 0.067 | Q02874 |
| Nolc1 | Nucleolar and coiled-body phosphoprotein 1 (140 kDa nucleolar phosphoprotein) (Nopp140) (Nucleolar 130 kDa protein) (Nucleolar phosphoprotein p130) | -0.623 | 0.079 | P41777 |
| Syngap1 | Ras/Rap GTPase-activating protein SynGAP (Neuronal RasGAP) (Synaptic Ras GTPase-activating protein 1) (Synaptic Ras-GAP 1) (p135 SynGAP) | -0.394 | 0.079 | Q9QUH6 |
| Ablim2 | Actin-binding LIM protein 2 (abLIM-2) (Actin-binding LIM protein family member 2) | -0.596 | 0.081 | Q6KC51 |
| Sptbn2 | Spectrin beta chain, non-erythrocytic 2 (Beta SpIII sigma 1) (Beta-III spectrin) (Glutamate transporter EAAT4-associated protein 41) (SPNB-3) (Spectrin-like protein GTRAP41) | -0.323 | 0.087 | Q9QWN8 |
| Add3 | Gamma-adducin (Adducin-like protein 70) (Protein kinase C-binding protein 35H) | -0.462 | 0.090 | Q62847 |
| Anks1b | Ankyrin repeat and sterile alpha motif domain-containing protein 1B (Amyloid-beta protein intracellular domain-associated protein 1) (AIDA-1) (E2A-PBX1-associated protein) (EB-1) | -0.408 | 0.092 | P0C6S7 |
| Plec | Plectin (PCN) (PLTN) (Plectin-1) | -0.349 | 0.092 | P30427 |
| Add1 | Alpha-adducin (Erythrocyte adducin subunit alpha) | -0.405 | 0.099 | Q63028 |
| Nde1 | Nuclear distribution protein nudE homolog 1 (NudE) (rNudE) | -0.698 | 0.109 | Q9ES39 |
| Ppp1r9b | Neurabin-2 (Neurabin-II) (Neural tissue-specific F-actin-binding protein II) (PP1bp134) (Protein phosphatase 1 regulatory subunit 9B) (Spinophilin) (p130) | -0.502 | 0.110 | O35274 |
| Macf1 | Microtubule-actin cross-linking factor 1 (Actin cross-linking family 7) | -0.388 | 0.125 | D3ZHV2 |
| Tra2b | Transformer-2 protein homolog beta (TRA-2 beta) (TRA2-beta) (RA301) (Splicing factor, arginine/serine-rich 10) (Transformer-2 protein homolog B) | -0.827 | 0.127 | P62997 |
| Bsn | Protein bassoon | -0.367 | 0.128 | O88778 |
| Hmga1 | High mobility group protein HMG-I/HMG-Y (HMG-I(Y)) (High mobility group AT-hook protein 1) (High mobility group protein A1) | -0.674 | 0.140 | Q8K585 |
| Sipa1l1 | Signal-induced proliferation-associated 1-like protein 1 (SIPA1-like protein 1) (SPA-1-like protein p1294) (Spine-associated Rap GTPase-activating protein) (SPAR) | -0.275 | 0.140 | O35412 |
| Ctnnb1 | Catenin beta-1 (Beta-catenin) | -0.402 | 0.149 | Q9WU82 |
| Cacna1e | Voltage-dependent R-type calcium channel subunit alpha-1E (BII) (Brain calcium channel II) (Calcium channel, L type, alpha-1 polypeptide, isoform 6) (RBE-II) (RBE2) (Voltage-gated calcium channel subunit alpha Cav2.3) | -0.361 | 0.152 | Q07652 |
| Mecp2 | Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2) | -0.338 | 0.159 | Q00566 |
| Rps24 | Small ribosomal subunit protein eS24 (40S ribosomal protein S24) | -0.525 | 0.167 | P62850 |
| Rcn2 | Reticulocalbin-2 (Calcium-binding protein ERC-55) (Taipoxin-associated calcium-binding protein 49) (TCBP-49) | -0.844 | 0.175 | Q62703 |
| Rpl3 | Large ribosomal subunit protein uL3 (60S ribosomal protein L3) (L4) | -0.433 | 0.175 | P21531 |
| Dlgap4 | Disks large-associated protein 4 (DAP-4) (PSD-95/SAP90-binding protein 4) (SAP90/PSD-95-associated protein 4) (SAPAP-4) | -0.341 | 0.184 | P97839 |
| Gfap | Glial fibrillary acidic protein (GFAP) | -0.387 | 0.193 | P47819 |
| Smc3 | Structural maintenance of chromosomes protein 3 (SMC protein 3) (SMC-3) (Basement membrane-associated chondroitin proteoglycan) (Bamacan) (Chondroitin sulfate proteoglycan 6) (Chromosome segregation protein SmcD) | -0.477 | 0.198 | P97690 |
| Rims2 | Regulating synaptic membrane exocytosis protein 2 (Rab-3-interacting molecule 2) (RIM 2) | -0.885 | 0.199 | Q9JIS1 |
| Myo1c | Unconventional myosin-Ic (Myosin I beta) (MMI-beta) (MMIb) (Myosin heavy chain myr 2) | -0.543 | 0.208 | Q63355 |
| H1-5 | Histone H1.5 | -0.602 | 0.211 | D3ZBN0 |
| Caskin1 | Caskin-1 (CASK-interacting protein 1) | -0.451 | 0.220 | Q8VHK2 |
| Pclo | Protein piccolo (Aczonin) (Multidomain presynaptic cytomatrix protein) | -0.209 | 0.221 | Q9JKS6 |
| Histone H2A type 1 | -1.464 | 0.235 | P02262 | |
| Unc13a | Protein unc-13 homolog A (Munc13-1) | -0.752 | 0.236 | Q62768 |
| Dgkb | Diacylglycerol kinase beta (DAG kinase beta) (EC 2.7.1.107) (90 kDa diacylglycerol kinase) (Diglyceride kinase beta) (DGK-beta) | -0.364 | 0.236 | P49621 |
| Nop58 | Nucleolar protein 58 (Nopp140-associated protein of 65 kDa) (Nucleolar protein 5) | -0.564 | 0.244 | Q9QZ86 |
| Rpl26 | Large ribosomal subunit protein uL24 (60S ribosomal protein L26) | -0.293 | 0.252 | P12749 |
| Hp1bp3 | Heterochromatin protein 1-binding protein 3 | -0.320 | 0.258 | Q6P747 |
| Prr7 | Proline-rich protein 7 (Synaptic proline-rich membrane protein) | -0.515 | 0.264 | P0C6T3 |
| Map6 | Microtubule-associated protein 6 (MAP-6) (145-kDa STOP) (STOP145) (Stable tubule-only polypeptide) (STOP) | -0.270 | 0.270 | Q63560 |
| Mybbp1a | Myb-binding protein 1A (PAR-interacting protein) (PIP) | -0.528 | 0.273 | O35821 |
| Cdc42bpb | Serine/threonine-protein kinase MRCK beta (EC 2.7.11.1) (CDC42-binding protein kinase beta) (DMPK-like beta) (Myotonic dystrophy kinase-related CDC42-binding kinase beta) (MRCK beta) (Myotonic dystrophy protein kinase-like beta) | -0.514 | 0.278 | Q7TT49 |
| Shank2 | SH3 and multiple ankyrin repeat domains protein 2 (Shank2) (Cortactin-binding protein 1) (CortBP1) (GKAP/SAPAP-interacting protein) (Proline-rich synapse-associated protein 1) (ProSAP1) (SPANK-3) | -0.331 | 0.283 | Q9QX74 |
| Dek | Protein DEK | -0.321 | 0.294 | Q6AXS3 |
| Cdh2 | Cadherin-2 (Neural cadherin) (N-cadherin) (CD antigen CD325) | -0.308 | 0.294 | Q9Z1Y3 |
| Rimbp2 | RIMS-binding protein 2 (RIM-BP2) | -0.312 | 0.299 | Q9JIR1 |
| Itpka | Inositol-trisphosphate 3-kinase A (EC 2.7.1.127) (Inositol 1,4,5-trisphosphate 3-kinase A) (IP3 3-kinase A) (IP3K A) (InsP 3-kinase A) | -0.343 | 0.301 | P17105 |
| Ctbp1 | C-terminal-binding protein 1 (CtBP1) (EC 1.1.1.-) (50 kDa BFA-dependent ADP-ribosylation substrate) (BARS-50) (C-terminal-binding protein 3) (CtBP3) | -0.350 | 0.311 | Q9Z2F5 |
| Rpl27 | Large ribosomal subunit protein eL27 (60S ribosomal protein L27) | -0.443 | 0.318 | P61354 |
| Rpl7 | Large ribosomal subunit protein uL30 (60S ribosomal protein L7) | -0.263 | 0.345 | P05426 |
| Slc27a1 | Long-chain fatty acid transport protein 1 (Arachidonate--CoA ligase) (EC 6.2.1.15) (Fatty acid transport protein) (Fatty acid transport protein 1) (FATP-1) (Long-chain-fatty-acid--CoA ligase) (EC 6.2.1.3) (Solute carrier family 27 member 1) (Very long-chain acyl-CoA synthetase) (EC 6.2.1.-) | -1.131 | 0.346 | P97849 |
| Rpl13 | Large ribosomal subunit protein eL13 (60S ribosomal protein L13) | -0.266 | 0.359 | P41123 |
| Uqcc2 | Ubiquinol-cytochrome-c reductase complex assembly factor 2 (Mitochondrial nucleoid factor 1) (Mitochondrial protein M19) | -0.353 | 0.362 | B5DFN3 |
| Adar | Double-stranded RNA-specific adenosine deaminase (DRADA) (EC 3.5.4.37) | -0.407 | 0.363 | P55266 |
| L1cam | Neural cell adhesion molecule L1 (N-CAM-L1) (NCAM-L1) (Nerve-growth factor-inducible large external glycoprotein) (NILE) (CD antigen CD171) | -0.251 | 0.369 | Q05695 |
| Kalrn | Kalirin (EC 2.7.11.1) (Huntingtin-associated protein-interacting protein) (PAM COOH-terminal interactor protein 10) (P-CIP10) (Protein Duo) (Serine/threonine-protein kinase with Dbl- and pleckstrin homology domain) | -0.623 | 0.379 | P97924 |
| Dgkz | Diacylglycerol kinase zeta (DAG kinase zeta) (EC 2.7.1.107) (EC 2.7.1.93) (104 kDa diacylglycerol kinase) (DGK-IV) (Diglyceride kinase zeta) (DGK-zeta) | -0.227 | 0.404 | O08560 |
| Hnrnpm | Heterogeneous nuclear ribonucleoprotein M (hnRNP M) (M4 protein) | -0.233 | 0.416 | Q62826 |
| Histone H2B type 1 | -0.254 | 0.437 | Q00715 | |
| Prpsap1 | Phosphoribosyl pyrophosphate synthase-associated protein 1 (PRPP synthase-associated protein 1) (39 kDa phosphoribosypyrophosphate synthase-associated protein) (PAP39) | -1.977 | 0.438 | Q63468 |
| Rps17 | Small ribosomal subunit protein eS17 (40S ribosomal protein S17) | -0.283 | 0.438 | P04644 |
| Srcin1 | SRC kinase signaling inhibitor 1 (SNAP-25-interacting protein) (SNIP) (p130Cas-associated protein) (p140Cap) | -0.268 | 0.438 | Q9QXY2 |
| Synpo | Synaptopodin | -0.220 | 0.444 | Q9Z327 |
| Rps2 | Small ribosomal subunit protein uS5 (40S ribosomal protein S2) | -0.266 | 0.451 | P27952 |
| Xpo1 | Exportin-1 (Exp1) (Chromosome region maintenance 1 protein homolog) | -1.144 | 0.461 | Q80U96 |
| Rpl18a | Large ribosomal subunit protein eL20 (60S ribosomal protein L18a) | -0.483 | 0.461 | P62718 |
| Camk2a | Calcium/calmodulin-dependent protein kinase type II subunit alpha (CaM kinase II subunit alpha) (CaMK-II subunit alpha) (EC 2.7.11.17) | -0.359 | 0.461 | P11275 |
| Rpl23a | Large ribosomal subunit protein uL23 (60S ribosomal protein L23a) | -0.276 | 0.467 | P62752 |
| Pip4k2b | Phosphatidylinositol 5-phosphate 4-kinase type-2 beta (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-beta) (Diphosphoinositide kinase 2-beta) (Phosphatidylinositol 5-phosphate 4-kinase type II beta) (PI(5)P 4-kinase type II beta) (PIP4KII-beta) (Phosphatidylinositol-phosphate kinase IIgamma) (PIPKIIgamma) (PtdIns(5)P-4-kinase isoform 2-beta) | -0.220 | 0.467 | O88377 |
| Atad3a | ATPase family AAA domain-containing protein 3A (EC 3.6.1.-) | -0.288 | 0.469 | Q3KRE0 |
| Sf3a2 | Splicing factor 3A subunit 2 | -0.679 | 0.473 | Q6AXT8 |
| Flot2 | Flotillin-2 (Reggie-1) (REG-1) | -0.340 | 0.497 | Q9Z2S9 |
| Dlgap2 | Disks large-associated protein 2 (DAP-2) (PSD-95/SAP90-binding protein 2) (SAP90/PSD-95-associated protein 2) (SAPAP2) | -0.747 | 0.498 | P97837 |
| Rgs9 | Regulator of G-protein signaling 9 (RGS9) | -0.331 | 0.498 | P49805 |
| Myo1b | Unconventional myosin-Ib (Myosin I alpha) (MMI-alpha) (MMIa) (Myosin heavy chain myr 1) | -0.230 | 0.500 | Q05096 |
| Ina | Alpha-internexin (Alpha-Inx) | -0.199 | 0.523 | P23565 |
| Grin1 | Glutamate receptor ionotropic, NMDA 1 (GluN1) (Glutamate [NMDA] receptor subunit zeta-1) (N-methyl-D-aspartate receptor subunit NR1) (NMD-R1) | -0.436 | 0.527 | P35439 |
| Npm1 | Nucleophosmin (NPM) (Nucleolar phosphoprotein B23) (Nucleolar protein NO38) (Numatrin) | -0.265 | 0.529 | P13084 |
| Atp6v0c | V-type proton ATPase 16 kDa proteolipid subunit c (V-ATPase 16 kDa proteolipid subunit c) (Vacuolar proton pump 16 kDa proteolipid subunit c) | -0.563 | 0.537 | P63081 |
| Erlin2 | Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2) (Stomatin-prohibitin-flotillin-HflC/K domain-containing protein 2) (SPFH domain-containing protein 2) | -0.367 | 0.537 | B5DEH2 |
| Myo5a | Unconventional myosin-Va (Dilute myosin heavy chain, non-muscle) | -0.190 | 0.547 | Q9QYF3 |
| Gsn | Gelsolin (Actin-depolymerizing factor) (ADF) (Brevin) | -0.447 | 0.549 | Q68FP1 |
| Rapgef4 | Rap guanine nucleotide exchange factor 4 (Exchange factor directly activated by cAMP 2) (Exchange protein directly activated by cAMP 2) (EPAC 2) (cAMP-regulated guanine nucleotide exchange factor II) (cAMP-GEFII) | -0.313 | 0.551 | Q9Z1C7 |
| Lrrc7 | Leucine-rich repeat-containing protein 7 (Densin-180) (Densin) (Protein LAP1) | -0.253 | 0.560 | P70587 |
| Ap2a2 | AP-2 complex subunit alpha-2 (100 kDa coated vesicle protein C) (Adaptor protein complex AP-2 subunit alpha-2) (Adaptor-related protein complex 2 subunit alpha-2) (Alpha-adaptin C) (Alpha2-adaptin) (Clathrin assembly protein complex 2 alpha-C large chain) (Plasma membrane adaptor HA2/AP2 adaptin alpha C subunit) | -0.155 | 0.563 | P18484 |
| Rpl36 | Large ribosomal subunit protein eL36 (60S ribosomal protein L36) | -0.450 | 0.569 | P39032 |
| Homer1 | Homer protein homolog 1 (PSD-Zip45) (VASP/Ena-related gene up-regulated during seizure and LTP 1) (Vesl-1) | -0.298 | 0.569 | Q9Z214 |
| Rps19 | Small ribosomal subunit protein eS19 (40S ribosomal protein S19) | -0.171 | 0.569 | P17074 |
| Erc2 | ERC protein 2 (CAZ-associated structural protein 1) (CAST1) (Cast) (Cytomatrix protein p110) | -0.266 | 0.573 | Q8K3M6 |
| Nefh | Neurofilament heavy polypeptide (NF-H) (200 kDa neurofilament protein) (Neurofilament triplet H protein) | -0.232 | 0.573 | P16884 |
| Phactr1 | Phosphatase and actin regulator 1 | -0.117 | 0.573 | P62024 |
| Rpl12 | Large ribosomal subunit protein uL11 (60S ribosomal protein L12) | -0.192 | 0.579 | P23358 |
| Wdr7 | WD repeat-containing protein 7 (TGF-beta resistance-associated protein TRAG) | -0.214 | 0.582 | Q9ERH3 |
| Phgdh | D-3-phosphoglycerate dehydrogenase (3-PGDH) (EC 1.1.1.95) | -0.947 | 0.584 | O08651 |
| Actn1 | Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1) | -0.161 | 0.584 | Q9Z1P2 |
| Rps15 | Small ribosomal subunit protein uS19 (40S ribosomal protein S15) (RIG protein) | -0.964 | 0.588 | P62845 |
| Ctnnbl1 | Beta-catenin-like protein 1 (Nuclear-associated protein) (NAP) | -0.810 | 0.589 | Q4V8K2 |
| Rps25 | Small ribosomal subunit protein eS25 (40S ribosomal protein S25) | -0.242 | 0.593 | P62853 |
| Rpl5 | Large ribosomal subunit protein uL18 (60S ribosomal protein L5) | -0.307 | 0.598 | P09895 |
| Agrn | Agrin [Cleaved into: Agrin N-terminal 110 kDa subunit; Agrin C-terminal 110 kDa subunit; Agrin C-terminal 90 kDa fragment (C90); Agrin C-terminal 22 kDa fragment (C22)] | -0.453 | 0.600 | P25304 |
| Cnksr2 | Connector enhancer of kinase suppressor of ras 2 (Connector enhancer of KSR 2) (CNK homolog protein 2) (CNK2) (Membrane-associated guanylate kinase-interacting protein) (Maguin) | -1.932 | 0.608 | Q9Z1T4 |
| Jup | Junction plakoglobin | -1.100 | 0.612 | Q6P0K8 |
| Agap2 | Arf-GAP with GTPase, ANK repeat and PH domain-containing protein 2 (AGAP-2) (Centaurin-gamma-1) (Cnt-g1) (Phosphatidylinositol 3-kinase enhancer) (PIKE) | -0.185 | 0.620 | Q8CGU4 |
| Pip4k2a | Phosphatidylinositol 5-phosphate 4-kinase type-2 alpha (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-alpha) (Diphosphoinositide kinase 2-alpha) (PIPK2 alpha) (Phosphatidylinositol 5-phosphate 4-kinase type II alpha) (PI(5)P 4-kinase type II alpha) (PIP4KII-alpha) (PtdIns(5)P-4-kinase isoform 2-alpha) | -0.195 | 0.624 | Q9R0I8 |
| Srsf2 | Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (SC-35) (Splicing factor, arginine/serine-rich 2) | -0.452 | 0.636 | Q6PDU1 |
| Afdn | Afadin (Afadin adherens junction formation factor) (Protein Af-6) | -0.308 | 0.637 | O35889 |
| Nf1 | Neurofibromin (Neurofibromatosis-related protein NF-1) | -0.319 | 0.644 | P97526 |
| Lzts1 | Leucine zipper putative tumor suppressor 1 (PSD-Zip70) | -0.528 | 0.645 | Q8CFC9 |
| Arpc5l | Actin-related protein 2/3 complex subunit 5-like protein (Arp2/3 complex 16 kDa subunit 2) (ARC16-2) | -0.219 | 0.645 | A1L108 |
| Smu1 | WD40 repeat-containing protein SMU1 (Brain-enriched WD repeat-containing protein) (Smu-1 suppressor of mec-8 and unc-52 protein homolog) [Cleaved into: WD40 repeat-containing protein SMU1, N-terminally processed] | -0.212 | 0.645 | Q99M63 |
| Tmod2 | Tropomodulin-2 (Neuronal tropomodulin) (N-Tmod) | -0.197 | 0.645 | P70566 |
| Baiap2 | BAR/IMD domain-containing adapter protein 2 (Brain-specific angiogenesis inhibitor 1-associated protein 2) (BAI-associated protein 2) (BAI1-associated protein 2) (Insulin receptor substrate protein of 53 kDa) (IRSp53) (Insulin receptor substrate p53) (Insulin receptor tyrosine kinase substrate protein p53) | -0.113 | 0.645 | Q6GMN2 |
| Twf1 | Twinfilin-1 | -0.381 | 0.649 | Q5RJR2 |
| Cacng3 | Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3) (TARP gamma-3) | -0.355 | 0.649 | Q8VHX0 |
| Dbn1 | Drebrin (Developmentally-regulated brain protein) | -0.164 | 0.650 | Q07266 |
| Lmnb1 | Lamin-B1 | -0.207 | 0.654 | P70615 |
| Lamb2 | Laminin subunit beta-2 (Laminin chain B3) (Laminin-11 subunit beta) (Laminin-14 subunit beta) (Laminin-15 subunit beta) (Laminin-3 subunit beta) (Laminin-4 subunit beta) (Laminin-7 subunit beta) (Laminin-9 subunit beta) (S-laminin subunit beta) (S-LAM beta) | -0.201 | 0.656 | P15800 |
| Cacna2d3 | Voltage-dependent calcium channel subunit alpha-2/delta-3 (Voltage-gated calcium channel subunit alpha-2/delta-3) [Cleaved into: Voltage-dependent calcium channel subunit alpha-2-3; Voltage-dependent calcium channel subunit delta-3] | -0.204 | 0.660 | Q8CFG5 |
| Serbp1 | SERPINE1 mRNA-binding protein 1 (PAI1 RNA-binding protein 1) (PAI-RBP1) (Plasminogen activator inhibitor 1 RNA-binding protein) (RDA288) | -0.564 | 0.683 | Q6AXS5 |
| Sptan1 | Spectrin alpha chain, non-erythrocytic 1 (Alpha-II spectrin) (Fodrin alpha chain) | -0.171 | 0.685 | P16086 |
| Rplp1 | Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1) | -0.134 | 0.691 | P19944 |
| Fmr1 | Fragile X messenger ribonucleoprotein 1 (Fragile X messenger ribonucleoprotein) (FMRP) | -0.250 | 0.714 | Q80WE1 |
| Rps23 | Small ribosomal subunit protein uS12 (40S ribosomal protein S23) | -0.177 | 0.715 | P62268 |
| Nefl | Neurofilament light polypeptide (NF-L) (68 kDa neurofilament protein) (Neurofilament triplet L protein) | -0.094 | 0.718 | P19527 |
| Parp1 | Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-) [Cleaved into: Poly [ADP-ribose] polymerase 1, processed C-terminus (Poly [ADP-ribose] polymerase 1, 89-kDa form); Poly [ADP-ribose] polymerase 1, processed N-terminus (Poly [ADP-ribose] polymerase 1, 24-kDa form)] | -1.194 | 0.725 | P27008 |
| Psip1 | PC4 and SFRS1-interacting protein (Lens epithelium-derived growth factor) | -0.157 | 0.730 | Q812D1 |
| Cct5 | T-complex protein 1 subunit epsilon (TCP-1-epsilon) (EC 3.6.1.-) (CCT-epsilon) | -0.584 | 0.744 | Q68FQ0 |
| Ppp1r12a | Protein phosphatase 1 regulatory subunit 12A (MBSP) (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit) (Protein phosphatase subunit 1M) (PP-1M) (Serine/threonine protein phosphatase PP1 smooth muscle regulatory subunit M110) | -0.456 | 0.744 | Q10728 |
| Camk2d | Calcium/calmodulin-dependent protein kinase type II subunit delta (CaM kinase II subunit delta) (CaMK-II subunit delta) (EC 2.7.11.17) | -0.198 | 0.744 | P15791 |
| Gphn | Gephyrin (Putative glycine receptor-tubulin linker protein) [Includes: Molybdopterin adenylyltransferase (MPT adenylyltransferase) (EC 2.7.7.75) (Domain G); Molybdopterin molybdenumtransferase (MPT Mo-transferase) (EC 2.10.1.1) (Domain E)] | -0.172 | 0.744 | Q03555 |
| Prkcg | Protein kinase C gamma type (PKC-gamma) (EC 2.7.11.13) | -0.160 | 0.744 | P63319 |
| Vim | Vimentin | -0.222 | 0.750 | P31000 |
| Ncl | Nucleolin (Protein C23) | -0.153 | 0.750 | P13383 |
| C1qbp | Complement component 1 Q subcomponent-binding protein, mitochondrial (GC1q-R protein) (Glycoprotein gC1qBP) (C1qBP) | -1.152 | 0.751 | O35796 |
| Eif4h | Eukaryotic translation initiation factor 4H (eIF-4H) (Williams-Beuren syndrome chromosomal region 1 protein homolog) | -1.094 | 0.755 | Q5XI72 |
| Git1 | ARF GTPase-activating protein GIT1 (ARF GAP GIT1) (Cool-associated and tyrosine-phosphorylated protein 1) (CAT-1) (CAT1) (G protein-coupled receptor kinase-interactor 1) (GRK-interacting protein 1) (GRK-interactor 1) | -0.269 | 0.755 | Q9Z272 |
| Ddx1 | ATP-dependent RNA helicase DDX1 (EC 3.6.4.13) (DEAD box protein 1) | -0.159 | 0.758 | Q641Y8 |
| Pip5k1b | Phosphatidylinositol 4-phosphate 5-kinase type-1 beta (PIP5K1-beta) (PtdIns(4)P-5-kinase 1 beta) (EC 2.7.1.68) (Phosphatidylinositol 4-phosphate 5-kinase type I alpha) (PIP5KIalpha) (Phosphatidylinositol 4-phosphate 5-kinase type I beta) (PIP5KIbeta) | -0.096 | 0.769 | Q5CZZ9 |
| Fxr1 | RNA-binding protein FXR1 (FMR1 autosomal homolog 1) | -1.374 | 0.786 | Q5XI81 |
| Kcnab2 | Voltage-gated potassium channel subunit beta-2 (EC 1.1.1.-) (K(+) channel subunit beta-2) (Kv-beta-2) | -1.056 | 0.786 | P62483 |
| Rpl23 | Large ribosomal subunit protein uL14 (60S ribosomal protein L23) | -0.291 | 0.790 | P62832 |
| Rpl18 | Large ribosomal subunit protein eL18 (60S ribosomal protein L18) | -0.185 | 0.791 | P12001 |
| Maob | Amine oxidase [flavin-containing] B (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase type B) (MAO-B) | -0.920 | 0.793 | P19643 |
| Myl12b | Myosin regulatory light chain 12B (Myosin RLC-B) (Myosin regulatory light chain 2-B, smooth muscle isoform) (MLC-2) (Myosin regulatory light chain 20 kDa) (MLC20) (Myosin regulatory light chain MRLC2) | -0.127 | 0.793 | P18666 |
| Vps4a | Vacuolar protein sorting-associated protein 4A (EC 3.6.4.6) | -0.158 | 0.798 | Q793F9 |
| Rps4x | Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform) | -0.354 | 0.802 | P62703 |
| Actg1 | Actin, cytoplasmic 2 (EC 3.6.4.-) (Gamma-actin) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed] | -0.060 | 0.805 | P63259 |
| Rplp2 | Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2) | -0.138 | 0.806 | P02401 |
| Cntnap1 | Contactin-associated protein 1 (Caspr) (Caspr1) (Neurexin IV) (Neurexin-4) (Paranodin) (p190) | -0.097 | 0.808 | P97846 |
| Rps7 | Small ribosomal subunit protein eS7 (40S ribosomal protein S7) (S8) | -0.112 | 0.809 | P62083 |
| Atp6v0a1 | V-type proton ATPase 116 kDa subunit a 1 (V-ATPase 116 kDa subunit a 1) (Clathrin-coated vesicle/synaptic vesicle proton pump 116 kDa subunit) (Vacuolar adenosine triphosphatase subunit Ac116) (Vacuolar proton pump subunit 1) (Vacuolar proton translocating ATPase 116 kDa subunit a isoform 1) | -0.083 | 0.809 | P25286 |
| Dlg1 | Disks large homolog 1 (Synapse-associated protein 97) (SAP-97) (SAP97) | -0.120 | 0.811 | Q62696 |
| Cpsf7 | Cleavage and polyadenylation specificity factor subunit 7 | -0.293 | 0.817 | Q5XI29 |
| Vgf | Neurosecretory protein VGF (VGF8a protein) [Cleaved into: VGF(24-63); VGF(180-194); VGF(375-407); Neuroendocrine regulatory peptide-1 (NERP-1); Neuroendocrine regulatory peptide-2 (NERP-2); VGF-derived peptide TLQP-11; VGF-derived peptide TLQP-21; VGF-derived peptide TLQP-30; VGF-derived peptide TLQP-62; VGF-derived peptide HFHH-10; VGF-derived peptide AQEE-30; VGF-derived peptide LQEQ-19] | -0.211 | 0.820 | P20156 |
| Pspc1 | Paraspeckle component 1 | -0.075 | 0.828 | Q4KLH4 |
| Rpl37a | Large ribosomal subunit protein eL43 (60S ribosomal protein L37a) | -0.168 | 0.831 | P61515 |
| Gja1 | Gap junction alpha-1 protein (Connexin-43) (Cx43) (Gap junction 43 kDa heart protein) | -0.777 | 0.845 | P08050 |
| Mbp | Myelin basic protein (MBP) | -0.087 | 0.845 | P02688 |
| Taok2 | Serine/threonine-protein kinase TAO2 (EC 2.7.11.1) (Thousand and one amino acid protein 2) | -0.188 | 0.847 | Q9JLS3 |
| Hapln1 | Hyaluronan and proteoglycan link protein 1 (Cartilage-linking protein 1) (Cartilage-link protein) (Proteoglycan link protein) | -0.169 | 0.847 | P03994 |
| Eif3a | Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta) | -0.153 | 0.847 | Q1JU68 |
| Pmpca | Mitochondrial-processing peptidase subunit alpha (Alpha-MPP) (Inactive zinc metalloprotease alpha) (P-55) | -0.662 | 0.848 | P20069 |
| Purb | Transcriptional regulator protein Pur-beta (Purine-rich element-binding protein B) | -0.122 | 0.853 | Q68A21 |
| Mark3 | MAP/microtubule affinity-regulating kinase 3 (EC 2.7.11.1) | -0.112 | 0.853 | Q8VHF0 |
| Tmod1 | Tropomodulin-1 (Erythrocyte tropomodulin) (E-Tmod) | -0.069 | 0.853 | P70567 |
| Nefm | Neurofilament medium polypeptide (NF-M) (160 kDa neurofilament protein) (Neurofilament 3) (Neurofilament triplet M protein) | -0.065 | 0.853 | P12839 |
| Efhd2 | EF-hand domain-containing protein D2 (Swiprosin-1) | -0.331 | 0.864 | Q4FZY0 |
| Ppfia3 | Liprin-alpha-3 (Protein tyrosine phosphatase receptor type f polypeptide-interacting protein alpha-3) (PTPRF-interacting protein alpha-3) | -0.075 | 0.864 | Q91Z79 |
| Dctn1 | Dynactin subunit 1 (150 kDa dynein-associated polypeptide) (DAP-150) (DP-150) (p150-glued) | -0.189 | 0.866 | P28023 |
| Eps8 | Epidermal growth factor receptor kinase substrate 8 | -0.433 | 0.875 | F1M3L7 |
| Myh9 | Myosin-9 (Cellular myosin heavy chain, type A) (Myosin heavy chain 9) (Myosin heavy chain, non-muscle IIa) (Non-muscle myosin heavy chain A) (NMMHC-A) (Non-muscle myosin heavy chain IIa) (NMMHC II-a) (NMMHC-IIA) | -0.088 | 0.875 | Q62812 |
| Mal | Myelin and lymphocyte protein (17 kDa myelin vesicular protein) (MVP17) (NS 3) (T-lymphocyte maturation-associated protein) | -0.767 | 0.881 | Q64349 |
| Rbmx | RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G) (RNA-binding motif protein, X chromosome retrogene) (RNA-binding motif protein, X chromosome retrogene-like) [Cleaved into: RNA-binding motif protein, X chromosome, N-terminally processed] | -0.278 | 0.881 | Q4V898 |
| Nfasc | Neurofascin | -0.032 | 0.884 | P97685 |
| Ilf3 | Interleukin enhancer-binding factor 3 | -0.100 | 0.890 | Q9JIL3 |
| Ddx46 | Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46) (Helicase of 117.4 kDa) | -0.255 | 0.892 | Q62780 |
| H4c2; Hist1h4m; H4c16 | Histone H4 [Cleaved into: Osteogenic growth peptide (OGP)] | -0.039 | 0.903 | P62804 |
| Strn | Striatin | -0.071 | 0.908 | P70483 |
| Tubb2b | Tubulin beta-2B chain (T beta-15) | -0.183 | 0.909 | Q3KRE8 |
| Thy1 | Thy-1 membrane glycoprotein (Thy-1 antigen) (CD antigen CD90) | -0.147 | 0.915 | P01830 |
| Negr1 | Neuronal growth regulator 1 (Kindred of IgLON) (Kilon) | -0.098 | 0.915 | Q9Z0J8 |
| Ap2m1 | AP-2 complex subunit mu (AP-2 mu chain) (Adaptor protein complex AP-2 subunit mu) (Adaptor-related protein complex 2 subunit mu) (Clathrin assembly protein complex 2 mu medium chain) (Clathrin coat assembly protein AP50) (Clathrin coat-associated protein AP50) (Mu2-adaptin) (Plasma membrane adaptor AP-2 50 kDa protein) | -0.064 | 0.915 | P84092 |
| Ywhab | 14-3-3 protein beta/alpha (Prepronerve growth factor RNH-1) (Protein kinase C inhibitor protein 1) (KCIP-1) [Cleaved into: 14-3-3 protein beta/alpha, N-terminally processed] | -0.377 | 0.916 | P35213 |
| Tpm4 | Tropomyosin alpha-4 chain (Tropomyosin-4) (TM-4) | -0.136 | 0.931 | P09495 |
| Crip2 | Cysteine-rich protein 2 (CRP-2) (Protein ESP1) | -0.091 | 0.931 | P36201 |
| Tmpo | Lamina-associated polypeptide 2, isoform beta (Thymopoietin isoform beta) (TP beta) | -0.073 | 0.934 | Q62733 |
| Hdgfl3 | Hepatoma-derived growth factor-related protein 3 (HRP-3) | -0.070 | 0.938 | Q923W4 |
| Sv2a | Synaptic vesicle glycoprotein 2A (Synaptic vesicle protein 2) (Synaptic vesicle protein 2A) | -0.053 | 0.938 | Q02563 |
| Tpm1 | Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1) | -0.131 | 0.942 | P04692 |
| Lsamp | Limbic system-associated membrane protein (LSAMP) | -0.066 | 0.943 | Q62813 |
| Mapre2 | Microtubule-associated protein RP/EB family member 2 | -0.039 | 0.943 | Q3B8Q0 |
| Prnp | Major prion protein (PrP) (CD antigen CD230) | -0.155 | 0.947 | P13852 |
| Rpl9 | Large ribosomal subunit protein uL6 (60S ribosomal protein L9) | -0.046 | 0.947 | P17077 |
| Pabpc1 | Polyadenylate-binding protein 1 (PABP-1) (Poly(A)-binding protein 1) | -0.042 | 0.947 | Q9EPH8 |
| Gria2 | Glutamate receptor 2 (GluR-2) (AMPA-selective glutamate receptor 2) (GluR-B) (GluR-K2) (Glutamate receptor ionotropic, AMPA 2) | -0.044 | 0.949 | P19491 |
| Septin2 | Septin-2 (Vascular endothelial cell specific protein 11) | -0.021 | 0.951 | Q91Y81 |
| Bag5 | BAG family molecular chaperone regulator 5 (BAG-5) (Bcl-2-associated athanogene 5) | -0.070 | 0.955 | Q5QJC9 |
| Actn4 | Alpha-actinin-4 (Non-muscle alpha-actinin 4) | -0.032 | 0.956 | Q9QXQ0 |
| Kidins220 | Kinase D-interacting substrate of 220 kDa (Ankyrin repeat-rich membrane-spanning protein) | -0.064 | 0.957 | Q9EQG6 |
| Cntn1 | Contactin-1 (Neural cell surface protein F3) | -0.029 | 0.958 | Q63198 |
| Kpnb1 | Importin subunit beta-1 (Karyopherin subunit beta-1) (Nuclear factor p97) (Pore targeting complex 97 kDa subunit) (PTAC97) | -0.030 | 0.967 | P52296 |
| Snd1 | Staphylococcal nuclease domain-containing protein 1 (EC 3.1.31.1) (100 kDa coactivator) (SND p102) (p100 co-activator) (p105 coactivator) | -0.284 | 0.972 | Q66X93 |
| Epb41l1 | Band 4.1-like protein 1 (Erythrocyte membrane protein band 4.1-like 1) (Neuronal protein 4.1) (4.1N) | -0.018 | 0.973 | Q9WTP0 |
| Map4 | Microtubule-associated protein 4 (MAP-4) | -0.038 | 0.975 | Q5M7W5 |
| Rplp0 | Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E) | -0.037 | 0.975 | P19945 |
| Plpp3 | Phospholipid phosphatase 3 (EC 3.1.3.-) (EC 3.1.3.4) (Differentially expressed in rat intestine 42) (Dri42) (Lipid phosphate phosphohydrolase 3) (PAP2-beta) (Phosphatidate phosphohydrolase type 2b) (Phosphatidic acid phosphatase 2b) (PAP-2b) (PAP2b) | -0.025 | 0.975 | P97544 |
| Map1lc3a | Microtubule-associated protein 1 light chain 3 alpha (Autophagy-related protein LC3 A) (Autophagy-related ubiquitin-like modifier LC3 A) (MAP1 light chain 3-like protein 1) (Microtubule-associated proteins 1A/1B light chain 3A) (MAP1A/MAP1B LC3 A) (MAP1A/MAP1B light chain 3 A) | -0.024 | 0.975 | Q6XVN8 |
| Tuba1b | Tubulin alpha-1B chain (EC 3.6.5.-) (Alpha-tubulin 2) (Tubulin alpha-2 chain) [Cleaved into: Detyrosinated tubulin alpha-1B chain] | -0.010 | 0.975 | Q6P9V9 |
| Myo1d | Unconventional myosin-Id (Myosin heavy chain myr 4) | -0.021 | 0.978 | Q63357 |
| Kcnj10 | ATP-sensitive inward rectifier potassium channel 10 (ATP-sensitive inward rectifier potassium channel KAB-2) (BIR10) (Brain-specific inwardly rectifying K(+) channel 1) (BIRK1) (Inward rectifier K(+) channel Kir4.1) (Potassium channel, inwardly rectifying subfamily J member 10) | -0.018 | 0.985 | P49655 |
| Ssb | Lupus La protein homolog (La autoantigen homolog) (La ribonucleoprotein) | -0.012 | 0.985 | P38656 |
| Arhgef2 | Rho guanine nucleotide exchange factor 2 (Guanine nucleotide exchange factor H1) (GEF-H1) | -0.011 | 0.985 | Q5FVC2 |
| Lancl1 | Glutathione S-transferase LANCL1 (EC 2.5.1.18) (40 kDa erythrocyte membrane protein) (p40) (LanC-like protein 1) | -0.043 | 0.990 | Q9QX69 |
| Hnrnpd | Heterogeneous nuclear ribonucleoprotein D0 (hnRNP D0) (AU-rich element RNA-binding protein 1) | -0.007 | 0.995 | Q9JJ54 |
| Atp2a2 | Sarcoplasmic/endoplasmic reticulum calcium ATPase 2 (SERCA2) (SR Ca(2+)-ATPase 2) (EC 7.2.2.10) (Calcium pump 2) (Calcium-transporting ATPase sarcoplasmic reticulum type, slow twitch skeletal muscle isoform) (Endoplasmic reticulum class 1/2 Ca(2+) ATPase) | -0.004 | 0.995 | P11507 |
| Camk2g | Calcium/calmodulin-dependent protein kinase type II subunit gamma (CaM kinase II subunit gamma) (CaMK-II subunit gamma) (EC 2.7.11.17) | -0.003 | 0.995 | P11730 |
| Capzb | F-actin-capping protein subunit beta (CapZ beta) | -0.001 | 0.998 | Q5XI32 |
| Rps9 | Small ribosomal subunit protein uS4 (40S ribosomal protein S9) | -0.001 | 0.998 | P29314 |
| membrane - Down | ||||
| Gnb2 | Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2 (G protein subunit beta-2) (Transducin beta chain 2) | -3.492 | 0.990 | P54313 |
| Wdr7 | WD repeat-containing protein 7 (TGF-beta resistance-associated protein TRAG) | -2.681 | 0.990 | Q9ERH3 |
| Glul | Glutamine synthetase (GS) (EC 6.3.1.2) (Glutamate--ammonia ligase) (Palmitoyltransferase GLUL) (EC 2.3.1.225) | -2.322 | 0.990 | P09606 |
| Napb | Beta-soluble NSF attachment protein (SNAP-beta) (N-ethylmaleimide-sensitive factor attachment protein beta) | -2.316 | 0.990 | P85969 |
| Macroh2a1 | Core histone macro-H2A.1 (Histone macroH2A1) (mH2A1) (H2A.y) (H2A/y) | -2.245 | 0.990 | Q02874 |
| Slc25a1 | Tricarboxylate transport protein, mitochondrial (Citrate carrier) (CIC) (Citrate transport protein) (CTP) (Solute carrier family 25 member 1) (Tricarboxylate carrier protein) | -1.945 | 0.990 | P32089 |
| Rpl30 | Large ribosomal subunit protein eL30 (60S ribosomal protein L30) | -1.880 | 0.990 | P62890 |
| Elp1 | Elongator complex protein 1 (ELP1) (IkappaB kinase complex-associated protein) (IKK complex-associated protein) | -1.852 | 0.990 | Q8VHU4 |
| Hapln1 | Hyaluronan and proteoglycan link protein 1 (Cartilage-linking protein 1) (Cartilage-link protein) (Proteoglycan link protein) | -1.713 | 0.990 | P03994 |
| Nckap1 | Nck-associated protein 1 (NAP 1) (Membrane-associated protein HEM-2) (p125Nap1) | -1.656 | 0.990 | P55161 |
| Gria2 | Glutamate receptor 2 (GluR-2) (AMPA-selective glutamate receptor 2) (GluR-B) (GluR-K2) (Glutamate receptor ionotropic, AMPA 2) | -1.552 | 0.990 | P19491 |
| Cd59 | CD59 glycoprotein (MAC-inhibitory protein) (MAC-IP) (Membrane attack complex inhibition factor) (MACIF) (Protectin) (CD antigen CD59) | -1.476 | 0.990 | P27274 |
| Hadhb | Trifunctional enzyme subunit beta, mitochondrial (TP-beta) [Includes: 3-ketoacyl-CoA thiolase (EC 2.3.1.155) (EC 2.3.1.16) (Acetyl-CoA acyltransferase) (Beta-ketothiolase)] | -1.435 | 0.990 | Q60587 |
| Ncan | Neurocan core protein (245 kDa early postnatal core glycoprotein) (Chondroitin sulfate proteoglycan 3) [Cleaved into: 150 kDa adult core glycoprotein] | -1.408 | 0.990 | P55067 |
| Prps1 | Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I) (PRS-I) | -1.402 | 0.990 | P60892 |
| Gng7 | Guanine nucleotide-binding protein G(I)/G(S)/G(O) subunit gamma-7 | -1.385 | 0.990 | P43425 |
| Syp | Synaptophysin (Major synaptic vesicle protein p38) | -1.361 | 0.990 | P07825 |
| Kidins220 | Kinase D-interacting substrate of 220 kDa (Ankyrin repeat-rich membrane-spanning protein) | -1.357 | 0.990 | Q9EQG6 |
| Rpl11 | Large ribosomal subunit protein uL5 (60S ribosomal protein L11) | -1.257 | 0.990 | P62914 |
| Add3 | Gamma-adducin (Adducin-like protein 70) (Protein kinase C-binding protein 35H) | -1.196 | 0.990 | Q62847 |
| Ralb | Ras-related protein Ral-B (EC 3.6.5.2) | -1.183 | 0.990 | P36860 |
| Cntn2 | Contactin-2 (Axonal glycoprotein TAG-1) (Axonin-1) (Transient axonal glycoprotein 1) (TAX-1) | -1.157 | 0.990 | P22063 |
| Mog | Myelin-oligodendrocyte glycoprotein | -1.081 | 0.990 | Q63345 |
| Myl12b | Myosin regulatory light chain 12B (Myosin RLC-B) (Myosin regulatory light chain 2-B, smooth muscle isoform) (MLC-2) (Myosin regulatory light chain 20 kDa) (MLC20) (Myosin regulatory light chain MRLC2) | -1.062 | 0.990 | P18666 |
| Gpr158 | Metabotropic glycine receptor (mGlyR) (G-protein coupled receptor 158) | -1.026 | 0.990 | D4A6L0 |
| Hibadh | 3-hydroxyisobutyrate dehydrogenase, mitochondrial (HIBADH) (EC 1.1.1.31) | -1.020 | 0.990 | P29266 |
| Ap3m2 | AP-3 complex subunit mu-2 (Adaptor-related protein complex 3 subunit mu-2) (Clathrin assembly protein assembly protein complex 3 mu-2 medium chain) (Clathrin coat assembly protein AP47 homolog 2) (Clathrin coat-associated protein AP47 homolog 2) (Golgi adaptor AP-1 47 kDa protein homolog 2) (HA1 47 kDa subunit homolog 2) (Mu3B-adaptin) (P47B) | -1.001 | 0.990 | P53678 |
| Rpl23 | Large ribosomal subunit protein uL14 (60S ribosomal protein L23) | -0.962 | 0.990 | P62832 |
| Qdpr | Dihydropteridine reductase (EC 1.5.1.34) (HDHPR) (Quinoid dihydropteridine reductase) | -0.936 | 0.990 | P11348 |
| Uqcrq | Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII) (Low molecular mass ubiquinone-binding protein) (Ubiquinol-cytochrome c reductase complex 9.5 kDa protein) (Ubiquinol-cytochrome c reductase complex ubiquinone-binding protein QP-C) | -0.935 | 0.990 | Q7TQ16 |
| Overexpressed in colon carcinoma 1 protein homolog (OCC-1) | -0.932 | 0.990 | P0CD96 | |
| Adcy5 | Adenylate cyclase type 5 (EC 4.6.1.1) (ATP pyrophosphate-lyase 5) (Adenylate cyclase type V) (Adenylyl cyclase 5) | -0.902 | 0.990 | Q04400 |
| Purb | Transcriptional regulator protein Pur-beta (Purine-rich element-binding protein B) | -0.899 | 0.990 | Q68A21 |
| Fasn | Fatty acid synthase (EC 2.3.1.85) (Type I FAS) [Includes: [Acyl-carrier-protein] S-acetyltransferase (EC 2.3.1.38); [Acyl-carrier-protein] S-malonyltransferase (EC 2.3.1.39); 3-oxoacyl-[acyl-carrier-protein] synthase (EC 2.3.1.41); 3-oxoacyl-[acyl-carrier-protein] reductase (EC 1.1.1.100); 3-hydroxyacyl-[acyl-carrier-protein] dehydratase (EC 4.2.1.59); Enoyl-[acyl-carrier-protein] reductase (EC 1.3.1.39); Acyl-[acyl-carrier-protein] hydrolase (EC 3.1.2.14)] | -0.854 | 0.990 | P12785 |
| Gnaz | Guanine nucleotide-binding protein G(z) subunit alpha (G(x) alpha chain) (Gz-alpha) | -0.848 | 0.990 | P19627 |
| Chchd6 | MICOS complex subunit Mic25 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6) | -0.847 | 0.990 | D4A7N1 |
| Dgkz | Diacylglycerol kinase zeta (DAG kinase zeta) (EC 2.7.1.107) (EC 2.7.1.93) (104 kDa diacylglycerol kinase) (DGK-IV) (Diglyceride kinase zeta) (DGK-zeta) | -0.823 | 0.990 | O08560 |
| Slc25a4 | ADP/ATP translocase 1 (ADP,ATP carrier protein 1) (Adenine nucleotide translocator 1) (ANT 1) (Solute carrier family 25 member 4) | -0.803 | 0.990 | Q05962 |
| Rps15 | Small ribosomal subunit protein uS19 (40S ribosomal protein S15) (RIG protein) | -0.800 | 0.990 | P62845 |
| Lrpprc | Leucine-rich PPR motif-containing protein, mitochondrial (130 kDa leucine-rich protein) (LRP 130) (Leucine rich protein 157) (rLRP157) | -0.787 | 0.990 | Q5SGE0 |
| Src | Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src) | -0.754 | 0.990 | Q9WUD9 |
| Slc1a2 | Excitatory amino acid transporter 2 (GLT-1) (Sodium-dependent glutamate/aspartate transporter 2) (GLUT-R) (Solute carrier family 1 member 2) | -0.753 | 0.990 | P31596 |
| Rab3a | Ras-related protein Rab-3A (EC 3.6.5.2) | -0.722 | 0.990 | P63012 |
| Pde2a | cGMP-dependent 3',5'-cyclic phosphodiesterase (EC 3.1.4.17) (Cyclic GMP-stimulated phosphodiesterase) (CGS-PDE) (cGSPDE) | -0.719 | 0.990 | Q01062 |
| Ndufa11 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (CI-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7) | -0.711 | 0.990 | Q80W89 |
| Stoml2 | Stomatin-like protein 2, mitochondrial (SLP-2) | -0.703 | 0.990 | Q4FZT0 |
| Rpl3 | Large ribosomal subunit protein uL3 (60S ribosomal protein L3) (L4) | -0.699 | 0.990 | P21531 |
| Kcnd2 | A-type voltage-gated potassium channel KCND2 (Potassium voltage-gated channel subfamily D member 2) (RK5) (Shal1) (Voltage-gated potassium channel subunit Kv4.2) | -0.672 | 0.990 | Q63881 |
| Tpi1 | Triosephosphate isomerase (TIM) (EC 5.3.1.1) (Methylglyoxal synthase) (EC 4.2.3.3) (Triose-phosphate isomerase) | -0.671 | 0.990 | P48500 |
| Bcan | Brevican core protein (Brain-enriched hyaluronan-binding protein) (BEHAB) | -0.663 | 0.990 | P55068 |
| Gad2 | Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (GAD-65) (Glutamate decarboxylase 65 kDa isoform) | -0.654 | 0.990 | Q05683 |
| Dctn1 | Dynactin subunit 1 (150 kDa dynein-associated polypeptide) (DAP-150) (DP-150) (p150-glued) | -0.637 | 0.990 | P28023 |
| Epb41l1 | Band 4.1-like protein 1 (Erythrocyte membrane protein band 4.1-like 1) (Neuronal protein 4.1) (4.1N) | -0.577 | 0.990 | Q9WTP0 |
| Cacna1e | Voltage-dependent R-type calcium channel subunit alpha-1E (BII) (Brain calcium channel II) (Calcium channel, L type, alpha-1 polypeptide, isoform 6) (RBE-II) (RBE2) (Voltage-gated calcium channel subunit alpha Cav2.3) | -0.556 | 0.990 | Q07652 |
| Actn1 | Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1) | -0.502 | 0.990 | Q9Z1P2 |
| Nptn | Neuroplastin (Glycoprotein 55/65) (gp55/65) (Stromal cell-derived receptor 1) (SDR-1) | -0.448 | 0.990 | P97546 |
| Timm10b | Mitochondrial import inner membrane translocase subunit Tim10 B (Fracture callus protein 1) (FxC1) (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b) | -0.433 | 0.990 | Q9R1B1 |
| Cacna2d3 | Voltage-dependent calcium channel subunit alpha-2/delta-3 (Voltage-gated calcium channel subunit alpha-2/delta-3) [Cleaved into: Voltage-dependent calcium channel subunit alpha-2-3; Voltage-dependent calcium channel subunit delta-3] | -0.418 | 0.990 | Q8CFG5 |
| Tubb3 | Tubulin beta-3 chain (Neuron-specific class III beta-tubulin) | -0.416 | 0.990 | Q4QRB4 |
| Rpl7 | Large ribosomal subunit protein uL30 (60S ribosomal protein L7) | -0.411 | 0.990 | P05426 |
| Tuba1b | Tubulin alpha-1B chain (EC 3.6.5.-) (Alpha-tubulin 2) (Tubulin alpha-2 chain) [Cleaved into: Detyrosinated tubulin alpha-1B chain] | -0.390 | 0.990 | Q6P9V9 |
| Hadha | Trifunctional enzyme subunit alpha, mitochondrial (Monolysocardiolipin acyltransferase) (MLCL AT) (EC 2.3.1.-) (TP-alpha) [Includes: Long-chain enoyl-CoA hydratase (EC 4.2.1.17); Long chain 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.211)] | -0.377 | 0.990 | Q64428 |
| Mt-Nd5 | NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5) | -0.363 | 0.990 | P11661 |
| Rpl18 | Large ribosomal subunit protein eL18 (60S ribosomal protein L18) | -0.350 | 0.990 | P12001 |
| Dlg2 | Disks large homolog 2 (Channel-associated protein of synapse-110) (Chapsyn-110) (Postsynaptic density protein PSD-93) | -0.340 | 0.990 | Q63622 |
| Gnao1 | Guanine nucleotide-binding protein G(o) subunit alpha (EC 3.6.5.-) | -0.327 | 0.990 | P59215 |
| Ctbp1 | C-terminal-binding protein 1 (CtBP1) (EC 1.1.1.-) (50 kDa BFA-dependent ADP-ribosylation substrate) (BARS-50) (C-terminal-binding protein 3) (CtBP3) | -0.312 | 0.990 | Q9Z2F5 |
| Stxbp1 | Syntaxin-binding protein 1 (N-Sec1) (Protein unc-18 homolog 1) (Unc18-1) (Protein unc-18 homolog A) (Unc-18A) (p67) (rbSec1) | -0.310 | 0.990 | P61765 |
| Tmod2 | Tropomodulin-2 (Neuronal tropomodulin) (N-Tmod) | -0.302 | 0.990 | P70566 |
| Ca2 | Carbonic anhydrase 2 (EC 4.2.1.1) (Carbonate dehydratase II) (Carbonic anhydrase II) (CA-II) (Cyanamide hydratase CA2) (EC 4.2.1.69) | -0.297 | 0.990 | P27139 |
| Rgs12 | Regulator of G-protein signaling 12 (RGS12) | -0.280 | 0.990 | O08774 |
| Gpi | Glucose-6-phosphate isomerase (GPI) (EC 5.3.1.9) (Autocrine motility factor) (AMF) (Neuroleukin) (NLK) (Phosphoglucose isomerase) (PGI) (Phosphohexose isomerase) (PHI) | -0.278 | 0.990 | Q6P6V0 |
| Slc25a5 | ADP/ATP translocase 2 (ADP,ATP carrier protein 2) (Adenine nucleotide translocator 2) (ANT 2) (Solute carrier family 25 member 5) [Cleaved into: ADP/ATP translocase 2, N-terminally processed] | -0.278 | 0.990 | Q09073 |
| Rpl4 | Large ribosomal subunit protein uL4 (60S ribosomal protein L1) (60S ribosomal protein L4) | -0.277 | 0.990 | P50878 |
| Srcin1 | SRC kinase signaling inhibitor 1 (SNAP-25-interacting protein) (SNIP) (p130Cas-associated protein) (p140Cap) | -0.273 | 0.990 | Q9QXY2 |
| Tubb2a | Tubulin beta-2A chain | -0.271 | 0.990 | P85108 |
| H1-4 | Histone H1.4 (H1d) | -0.246 | 0.990 | P15865 |
| Rps2 | Small ribosomal subunit protein uS5 (40S ribosomal protein S2) | -0.235 | 0.990 | P27952 |
| Dync1h1 | Cytoplasmic dynein 1 heavy chain 1 (Cytoplasmic dynein heavy chain 1) (Dynein heavy chain, cytosolic) (MAP 1C) | -0.234 | 0.990 | P38650 |
| Thy1 | Thy-1 membrane glycoprotein (Thy-1 antigen) (CD antigen CD90) | -0.220 | 0.990 | P01830 |
| Prkar2a | cAMP-dependent protein kinase type II-alpha regulatory subunit | -0.219 | 0.990 | P12368 |
| Atp1b1 | Sodium/potassium-transporting ATPase subunit beta-1 (Sodium/potassium-dependent ATPase subunit beta-1) | -0.216 | 0.990 | P07340 |
| Gstm1 | Glutathione S-transferase Mu 1 (EC 2.5.1.18) (GST 3-3) (GSTM1-1) (Glutathione S-transferase Yb-1) (GST Yb1) | -0.213 | 0.990 | P04905 |
| Hk1 | Hexokinase-1 (EC 2.7.1.1) (Brain form hexokinase) (Hexokinase type I) (HK I) (Hexokinase-A) | -0.210 | 0.990 | P05708 |
| Arhgef2 | Rho guanine nucleotide exchange factor 2 (Guanine nucleotide exchange factor H1) (GEF-H1) | -0.205 | 0.990 | Q5FVC2 |
| ES1 protein homolog, mitochondrial | -0.195 | 0.990 | P56571 | |
| Ptprz1 | Receptor-type tyrosine-protein phosphatase zeta (R-PTP-zeta) (EC 3.1.3.48) (3F8 chondroitin sulfate proteoglycan) (3H1 keratan sulfate proteoglycan) (Phosphacan) | -0.187 | 0.990 | Q62656 |
| Mapk1 | Mitogen-activated protein kinase 1 (MAP kinase 1) (MAPK 1) (EC 2.7.11.24) (ERT1) (Extracellular signal-regulated kinase 2) (ERK-2) (MAP kinase isoform p42) (p42-MAPK) (Mitogen-activated protein kinase 2) (MAP kinase 2) (MAPK 2) | -0.175 | 0.990 | P63086 |
| Rplp0 | Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E) | -0.168 | 0.990 | P19945 |
| Npm1 | Nucleophosmin (NPM) (Nucleolar phosphoprotein B23) (Nucleolar protein NO38) (Numatrin) | -0.160 | 0.990 | P13084 |
| Cacna2d1 | Voltage-dependent calcium channel subunit alpha-2/delta-1 (Voltage-gated calcium channel subunit alpha-2/delta-1) [Cleaved into: Voltage-dependent calcium channel subunit alpha-2-1; Voltage-dependent calcium channel subunit delta-1] | -0.147 | 0.990 | P54290 |
| Tubb2b | Tubulin beta-2B chain (T beta-15) | -0.146 | 0.990 | Q3KRE8 |
| Atp5po | ATP synthase peripheral stalk subunit OSCP, mitochondrial (ATP synthase subunit O) (Oligomycin sensitivity conferral protein) (OSCP) (Sperm flagella protein 4) | -0.142 | 0.990 | Q06647 |
| Myo5a | Unconventional myosin-Va (Dilute myosin heavy chain, non-muscle) | -0.138 | 0.990 | Q9QYF3 |
| Syngap1 | Ras/Rap GTPase-activating protein SynGAP (Neuronal RasGAP) (Synaptic Ras GTPase-activating protein 1) (Synaptic Ras-GAP 1) (p135 SynGAP) | -0.129 | 0.990 | Q9QUH6 |
| Rpl10a | Large ribosomal subunit protein uL1 (60S ribosomal protein L10a) | -0.128 | 0.990 | P62907 |
| Ywhab | 14-3-3 protein beta/alpha (Prepronerve growth factor RNH-1) (Protein kinase C inhibitor protein 1) (KCIP-1) [Cleaved into: 14-3-3 protein beta/alpha, N-terminally processed] | -0.118 | 0.990 | P35213 |
| Hspa8 | Heat shock cognate 71 kDa protein (EC 3.6.4.10) (Heat shock 70 kDa protein 8) | -0.115 | 0.990 | P63018 |
| Atp6v0a1 | V-type proton ATPase 116 kDa subunit a 1 (V-ATPase 116 kDa subunit a 1) (Clathrin-coated vesicle/synaptic vesicle proton pump 116 kDa subunit) (Vacuolar adenosine triphosphatase subunit Ac116) (Vacuolar proton pump subunit 1) (Vacuolar proton translocating ATPase 116 kDa subunit a isoform 1) | -0.101 | 0.990 | P25286 |
| Actb | Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed] | -0.100 | 0.990 | P60711 |
| Hspd1 | 60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (CPN60) (HSP-65) (Heat shock protein 60) (HSP-60) (Hsp60) (Mitochondrial matrix protein P1) | -0.092 | 0.990 | P63039 |
| Negr1 | Neuronal growth regulator 1 (Kindred of IgLON) (Kilon) | -0.091 | 0.990 | Q9Z0J8 |
| Pdhb | Pyruvate dehydrogenase E1 component subunit beta, mitochondrial (PDHE1-B) (EC 1.2.4.1) | -0.081 | 0.990 | P49432 |
| Tpm3 | Tropomyosin alpha-3 chain (Gamma-tropomyosin) (Tropomyosin-3) (Tropomyosin-5) | -0.074 | 0.990 | Q63610 |
| Aldh6a1 | Methylmalonate-semialdehyde/malonate-semialdehyde dehydrogenase [acylating], mitochondrial (MMSDH) (EC 1.2.1.27) (Aldehyde dehydrogenase family 6 member A1) | -0.173 | 0.991 | Q02253 |
| Abcb8 | Mitochondrial potassium channel ATP-binding subunit (ATP-binding cassette sub-family B member 8, mitochondrial) (ABCB8) (Mitochondrial sulfonylurea-receptor) (MITOSUR) | -0.079 | 0.991 | Q5RKI8 |
| Hsph1 | Heat shock protein 105 kDa (Heat shock 110 kDa protein) | -0.070 | 0.991 | Q66HA8 |
| Hnrnpm | Heterogeneous nuclear ribonucleoprotein M (hnRNP M) (M4 protein) | -0.055 | 0.991 | Q62826 |
| Gpm6a | Neuronal membrane glycoprotein M6-a (M6a) | -0.090 | 0.992 | Q812E9 |
| Dlst | Dihydrolipoyllysine-residue succinyltransferase component of 2-oxoglutarate dehydrogenase complex, mitochondrial (EC 2.3.1.61) (2-oxoglutarate dehydrogenase complex component E2) (OGDC-E2) (Dihydrolipoamide succinyltransferase component of 2-oxoglutarate dehydrogenase complex) (E2K) | -0.054 | 0.992 | Q01205 |
| Eno1 | Alpha-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase) (Enolase 1) (Non-neural enolase) (NNE) | -0.047 | 0.994 | P04764 |
| Cntn1 | Contactin-1 (Neural cell surface protein F3) | -0.050 | 0.995 | Q63198 |
| Map4 | Microtubule-associated protein 4 (MAP-4) | -0.206 | 0.996 | Q5M7W5 |
| Uchl1 | Ubiquitin carboxyl-terminal hydrolase isozyme L1 (UCH-L1) (EC 3.4.19.12) (Neuron cytoplasmic protein 9.5) (PGP 9.5) (PGP9.5) (Ubiquitin thioesterase L1) | -0.065 | 0.997 | Q00981 |
| Dgkb | Diacylglycerol kinase beta (DAG kinase beta) (EC 2.7.1.107) (90 kDa diacylglycerol kinase) (Diglyceride kinase beta) (DGK-beta) | -0.051 | 0.997 | P49621 |
| Efhd2 | EF-hand domain-containing protein D2 (Swiprosin-1) | -0.032 | 1.000 | Q4FZY0 |
| Cct5 | T-complex protein 1 subunit epsilon (TCP-1-epsilon) (EC 3.6.1.-) (CCT-epsilon) | -0.031 | 1.000 | Q68FQ0 |
| Homer1 | Homer protein homolog 1 (PSD-Zip45) (VASP/Ena-related gene up-regulated during seizure and LTP 1) (Vesl-1) | -0.028 | 1.000 | Q9Z214 |
| Fh | Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2) | -0.021 | 1.000 | P14408 |
| Vgf | Neurosecretory protein VGF (VGF8a protein) [Cleaved into: VGF(24-63); VGF(180-194); VGF(375-407); Neuroendocrine regulatory peptide-1 (NERP-1); Neuroendocrine regulatory peptide-2 (NERP-2); VGF-derived peptide TLQP-11; VGF-derived peptide TLQP-21; VGF-derived peptide TLQP-30; VGF-derived peptide TLQP-62; VGF-derived peptide HFHH-10; VGF-derived peptide AQEE-30; VGF-derived peptide LQEQ-19] | -0.016 | 1.000 | P20156 |
| Cct3 | T-complex protein 1 subunit gamma (TCP-1-gamma) (EC 3.6.1.-) (CCT-gamma) | -0.015 | 1.000 | Q6P502 |
| Cs | Citrate synthase, mitochondrial (EC 2.3.3.1) (Citrate (Si)-synthase) | -0.014 | 1.000 | Q8VHF5 |
| Atp6v1c1 | V-type proton ATPase subunit C 1 (V-ATPase subunit C 1) (Vacuolar proton pump subunit C 1) | -0.006 | 1.000 | Q5FVI6 |
| Phactr1 | Phosphatase and actin regulator 1 | -0.004 | 1.000 | P62024 |
| membrane - Up | ||||
| Atp6v1b2 | V-type proton ATPase subunit B, brain isoform (V-ATPase subunit B 2) (Endomembrane proton pump 58 kDa subunit) (Vacuolar proton pump subunit B 2) | 0.086 | 0.990 | P62815 |
| Eif4h | Eukaryotic translation initiation factor 4H (eIF-4H) (Williams-Beuren syndrome chromosomal region 1 protein homolog) | 0.089 | 0.990 | Q5XI72 |
| Opcml | Opioid-binding protein/cell adhesion molecule (OBCAM) (OPCML) (Opioid-binding cell adhesion molecule) | 0.099 | 0.990 | P32736 |
| Rplp1 | Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1) | 0.100 | 0.990 | P19944 |
| Ogdh | 2-oxoglutarate dehydrogenase complex component E1 (E1o) (OGDC-E1) (OGDH-E1) (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Alpha-KGDH-E1) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase) | 0.107 | 0.990 | Q5XI78 |
| Ndufa10 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 10, mitochondrial (Complex I-42kD) (CI-42kD) (NADH-ubiquinone oxidoreductase 42 kDa subunit) | 0.108 | 0.990 | Q561S0 |
| Idh3b | Isocitrate dehydrogenase [NAD] subunit beta, mitochondrial (Isocitric dehydrogenase subunit beta) (NAD(+)-specific ICDH subunit beta) | 0.109 | 0.990 | Q68FX0 |
| Maoa | Amine oxidase [flavin-containing] A (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase type A) (MAO-A) | 0.127 | 0.990 | P21396 |
| Hsd17b10 | 3-hydroxyacyl-CoA dehydrogenase type-2 (EC 1.1.1.35) (17-beta-estradiol 17-dehydrogenase) (EC 1.1.1.62) (2-methyl-3-hydroxybutyryl-CoA dehydrogenase) (MHBD) (3-alpha-(17-beta)-hydroxysteroid dehydrogenase (NAD(+))) (EC 1.1.1.239) (3-hydroxy-2-methylbutyryl-CoA dehydrogenase) (EC 1.1.1.178) (3-hydroxyacyl-CoA dehydrogenase type II) (3alpha(or 20beta)-hydroxysteroid dehydrogenase) (EC 1.1.1.53) (7-alpha-hydroxysteroid dehydrogenase) (EC 1.1.1.159) (Endoplasmic reticulum-associated amyloid beta-peptide-binding protein) (Mitochondrial ribonuclease P protein 2) (Mitochondrial RNase P protein 2) (Short chain dehydrogenase/reductase family 5C member 1) (Short-chain type dehydrogenase/reductase XH98G2) (Type II HADH) | 0.129 | 0.990 | O70351 |
| Aldh5a1 | Succinate-semialdehyde dehydrogenase, mitochondrial (SSADH) (EC 1.2.1.24) (Aldehyde dehydrogenase family 5 member A1) (NAD(+)-dependent succinic semialdehyde dehydrogenase) | 0.135 | 0.990 | P51650 |
| Prkcg | Protein kinase C gamma type (PKC-gamma) (EC 2.7.11.13) | 0.136 | 0.990 | P63319 |
| Ncl | Nucleolin (Protein C23) | 0.150 | 0.990 | P13383 |
| Rps6 | Small ribosomal subunit protein eS6 (40S ribosomal protein S6) | 0.155 | 0.990 | P62755 |
| Gda | Guanine deaminase (Guanase) (Guanine aminase) (EC 3.5.4.3) (Guanine aminohydrolase) (GAH) | 0.161 | 0.990 | Q9WTT6 |
| Cltc | Clathrin heavy chain 1 | 0.167 | 0.990 | P11442 |
| Mpc2 | Mitochondrial pyruvate carrier 2 (Brain protein 44) (Protein 0-44) | 0.167 | 0.990 | P38718 |
| Cap2 | Adenylyl cyclase-associated protein 2 (CAP 2) | 0.174 | 0.990 | P52481 |
| Rpl5 | Large ribosomal subunit protein uL18 (60S ribosomal protein L5) | 0.180 | 0.990 | P09895 |
| Fscn1 | Fascin | 0.186 | 0.990 | P85845 |
| Got1 | Aspartate aminotransferase, cytoplasmic (cAspAT) (EC 2.6.1.1) (EC 2.6.1.3) (Cysteine aminotransferase, cytoplasmic) (Cysteine transaminase, cytoplasmic) (cCAT) (Glutamate oxaloacetate transaminase 1) (Transaminase A) | 0.191 | 0.990 | P13221 |
| Myl6 | Myosin light polypeptide 6 (17 kDa myosin light chain) (LC17) (Myosin light chain 3) (MLC-3) (Myosin light chain alkali 3) (Myosin light chain A3) (Smooth muscle and nonmuscle myosin light chain alkali 6) | 0.204 | 0.990 | Q64119 |
| Atp5f1b | ATP synthase F(1) complex catalytic subunit beta, mitochondrial (EC 7.1.2.2) (ATP synthase F1 subunit beta) | 0.205 | 0.990 | P10719 |
| Pgk1 | Phosphoglycerate kinase 1 (EC 2.7.11.1) (EC 2.7.2.3) | 0.205 | 0.990 | P16617 |
| Rtcb | RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase) (p55) | 0.207 | 0.990 | Q6AYT3 |
| Vdac1 | Non-selective voltage-gated ion channel VDAC1 (Outer mitochondrial membrane protein porin 1) (Voltage-dependent anion-selective channel protein 1) (VDAC-1) (rVDAC1) | 0.207 | 0.990 | Q9Z2L0 |
| Rps25 | Small ribosomal subunit protein eS25 (40S ribosomal protein S25) | 0.208 | 0.990 | P62853 |
| Atp5me | ATP synthase F(0) complex subunit e, mitochondrial (ATPase subunit e) (ATP synthase membrane subunit e) | 0.209 | 0.990 | P29419 |
| Cox6c2 | Cytochrome c oxidase subunit 6C-2 (Cytochrome c oxidase polypeptide VIc-2) | 0.209 | 0.990 | P11951 |
| Dld | Dihydrolipoyl dehydrogenase, mitochondrial (EC 1.8.1.4) (Dihydrolipoamide dehydrogenase) | 0.212 | 0.990 | Q6P6R2 |
| Aak1 | AP2-associated protein kinase 1 (EC 2.7.11.1) (Adaptor-associated kinase 1) | 0.216 | 0.990 | P0C1X8 |
| Rps19 | Small ribosomal subunit protein eS19 (40S ribosomal protein S19) | 0.219 | 0.990 | P17074 |
| Vcp | Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (15S Mg(2+)-ATPase p97 subunit) (Valosin-containing protein) (VCP) | 0.221 | 0.990 | P46462 |
| Rpl23a | Large ribosomal subunit protein uL23 (60S ribosomal protein L23a) | 0.222 | 0.990 | P62752 |
| Atp5pd | ATP synthase peripheral stalk subunit d, mitochondrial (ATPase subunit d) (ATP synthase peripheral stalk subunit d) | 0.232 | 0.990 | P31399 |
| Gls | Glutaminase kidney isoform, mitochondrial (GLS) (EC 3.5.1.2) (K-glutaminase) (L-glutamine amidohydrolase) [Cleaved into: Glutaminase kidney isoform, mitochondrial 68 kDa chain; Glutaminase kidney isoform, mitochondrial 65 kDa chain] | 0.242 | 0.990 | P13264 |
| Flot2 | Flotillin-2 (Reggie-1) (REG-1) | 0.245 | 0.990 | Q9Z2S9 |
| Pgrmc1 | Membrane-associated progesterone receptor component 1 (mPR) (25-DX) (Acidic 25 kDa protein) (Ventral midline antigen) (VEMA) | 0.250 | 0.990 | P70580 |
| Vcan | Versican core protein (Chondroitin sulfate proteoglycan core protein 2) (Chondroitin sulfate proteoglycan 2) (Glial hyaluronate-binding protein) (GHAP) (Large fibroblast proteoglycan) (PG-M) | 0.255 | 0.990 | Q9ERB4 |
| Ntm | Neurotrimin (GP65) | 0.260 | 0.990 | Q62718 |
| Dpysl5 | Dihydropyrimidinase-related protein 5 (DRP-5) (UNC33-like phosphoprotein 6) (ULIP-6) | 0.269 | 0.990 | Q9JHU0 |
| Hbb | Hemoglobin subunit beta-1 (Beta-1-globin) (Hemoglobin beta chain, major-form) (Hemoglobin beta-1 chain) | 0.272 | 0.990 | P02091 |
| Camk2d | Calcium/calmodulin-dependent protein kinase type II subunit delta (CaM kinase II subunit delta) (CaMK-II subunit delta) (EC 2.7.11.17) | 0.274 | 0.990 | P15791 |
| Rps7 | Small ribosomal subunit protein eS7 (40S ribosomal protein S7) (S8) | 0.275 | 0.990 | P62083 |
| Sh3glb2 | Endophilin-B2 (SH3 domain-containing GRB2-like protein B2) | 0.279 | 0.990 | Q5PPJ9 |
| Cnp | 2',3'-cyclic-nucleotide 3'-phosphodiesterase (CNP) (CNPase) (EC 3.1.4.37) | 0.281 | 0.990 | P13233 |
| Gdi1 | Rab GDP dissociation inhibitor alpha (Rab GDI alpha) (Guanosine diphosphate dissociation inhibitor 1) (GDI-1) | 0.286 | 0.990 | P50398 |
| Ina | Alpha-internexin (Alpha-Inx) | 0.292 | 0.990 | P23565 |
| Pfkl | ATP-dependent 6-phosphofructokinase, liver type (ATP-PFK) (PFK-L) (EC 2.7.1.11) (6-phosphofructokinase type B) (Phosphofructo-1-kinase isozyme B) (PFK-B) (Phosphohexokinase) | 0.292 | 0.990 | P30835 |
| Atp5mg | ATP synthase F(0) complex subunit g, mitochondrial (ATPase subunit g) (ATP synthase membrane subunit g) | 0.299 | 0.990 | Q6PDU7 |
| Prdx5 | Peroxiredoxin-5, mitochondrial (EC 1.11.1.24) (Antioxidant enzyme B166) (AOEB166) (PLP) (Peroxiredoxin V) (Prx-V) (Peroxisomal antioxidant enzyme) (Thioredoxin peroxidase PMP20) (Thioredoxin-dependent peroxiredoxin 5) | 0.299 | 0.990 | Q9R063 |
| Atp5mk | ATP synthase F(0) complex subunit k, mitochondrial (ATP synthase membrane subunit DAPIT, mitochondrial) (Diabetes-associated protein in insulin-sensitive tissues) (Up-regulated during skeletal muscle growth protein 5) | 0.299 | 0.990 | Q9JJW3 |
| Ndufa9 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (CI-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit) (Sperm flagella protein 3) | 0.306 | 0.990 | Q5BK63 |
| Nfasc | Neurofascin | 0.306 | 0.990 | P97685 |
| Cox5a | Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va) | 0.307 | 0.990 | P11240 |
| Ncam1 | Neural cell adhesion molecule 1 (N-CAM-1) (NCAM-1) (CD antigen CD56) | 0.312 | 0.990 | P13596 |
| Map6 | Microtubule-associated protein 6 (MAP-6) (145-kDa STOP) (STOP145) (Stable tubule-only polypeptide) (STOP) | 0.321 | 0.990 | Q63560 |
| Ndufs1 | NADH-ubiquinone oxidoreductase 75 kDa subunit, mitochondrial (EC 7.1.1.2) | 0.321 | 0.990 | Q66HF1 |
| Atp5f1c | ATP synthase F(1) complex subunit gamma, mitochondrial (ATP synthase F1 subunit gamma) (F-ATPase gamma subunit) | 0.327 | 0.990 | P35435 |
| Septin2 | Septin-2 (Vascular endothelial cell specific protein 11) | 0.329 | 0.990 | Q91Y81 |
| Enpp6 | Glycerophosphocholine cholinephosphodiesterase ENPP6 (GPC-Cpde) (EC 3.1.4.-) (EC 3.1.4.38) (Choline-specific glycerophosphodiester phosphodiesterase) (Ectonucleotide pyrophosphatase/phosphodiesterase family member 6) (E-NPP 6) (NPP-6) | 0.335 | 0.990 | B0BND0 |
| Actg1 | Actin, cytoplasmic 2 (EC 3.6.4.-) (Gamma-actin) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed] | 0.336 | 0.990 | P63259 |
| Opa1 | Dynamin-like GTPase OPA1, mitochondrial (EC 3.6.5.5) (Optic atrophy protein 1 homolog) [Cleaved into: Dynamin-like GTPase OPA1, long form (L-OPA1); Dynamin-like GTPase OPA1, short form (S-OPA1)] | 0.338 | 0.990 | Q2TA68 |
| Plpp3 | Phospholipid phosphatase 3 (EC 3.1.3.-) (EC 3.1.3.4) (Differentially expressed in rat intestine 42) (Dri42) (Lipid phosphate phosphohydrolase 3) (PAP2-beta) (Phosphatidate phosphohydrolase type 2b) (Phosphatidic acid phosphatase 2b) (PAP-2b) (PAP2b) | 0.338 | 0.990 | P97544 |
| Mbp | Myelin basic protein (MBP) | 0.339 | 0.990 | P02688 |
| Ndufs2 | NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (EC 7.1.1.2) (Complex I-49kD) (CI-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit) | 0.339 | 0.990 | Q641Y2 |
| Histone H2B type 1 | 0.349 | 0.990 | Q00715 | |
| Uqcrc2 | Cytochrome b-c1 complex subunit 2, mitochondrial (Complex III subunit 2) (Core protein II) (Ubiquinol-cytochrome-c reductase complex core protein 2) | 0.351 | 0.990 | P32551 |
| Ndufa5 | NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (CI-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit) | 0.360 | 0.990 | Q63362 |
| Uqcrfs1 | Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8) (Complex III subunit 5) (Cytochrome b-c1 complex subunit 5) (Liver regeneration-related protein LRRGT00195) (Rieske iron-sulfur protein) (RISP) (Rieske protein UQCRFS1) (Ubiquinol-cytochrome c reductase iron-sulfur subunit) [Cleaved into: Cytochrome b-c1 complex subunit 9 (Su9) (Subunit 9) (8 kDa subunit 9) (Complex III subunit IX) (Cytochrome b-c1 complex subunit 11) (UQCRFS1 mitochondrial targeting sequence) (UQCRFS1 MTS) (Ubiquinol-cytochrome c reductase 8 kDa protein)] | 0.365 | 0.990 | P20788 |
| Gapdh | Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (38 kDa BFA-dependent ADP-ribosylation substrate) (BARS-38) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-) | 0.374 | 0.990 | P04797 |
| Rplp2 | Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2) | 0.377 | 0.990 | P02401 |
| Ppp3ca | Protein phosphatase 3 catalytic subunit alpha (EC 3.1.3.16) (CAM-PRP catalytic subunit) (Calcineurin A alpha) (Calmodulin-dependent calcineurin A subunit alpha isoform) (CNA alpha) (Serine/threonine-protein phosphatase 2B catalytic subunit alpha isoform) | 0.389 | 0.990 | P63329 |
| Pygb | Glycogen phosphorylase, brain form (EC 2.4.1.1) | 0.397 | 0.990 | P53534 |
| Tomm70 | Mitochondrial import receptor subunit TOM70 (Mitochondrial precursor proteins import receptor) (Translocase of outer membrane 70 kDa subunit) (Translocase of outer mitochondrial membrane protein 70) | 0.399 | 0.990 | Q75Q39 |
| Mt-Co2 | Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II) | 0.404 | 0.990 | P00406 |
| Scg2 | Secretogranin-2 (Chromogranin-C) (Secretogranin II) (SgII) [Cleaved into: Secretoneurin (SN); Manserin] | 0.406 | 0.990 | P10362 |
| Snap25 | Synaptosomal-associated protein 25 (SNAP-25) (Super protein) (SUP) (Synaptosomal-associated 25 kDa protein) | 0.406 | 0.990 | P60881 |
| Uqcrc1 | Cytochrome b-c1 complex subunit 1, mitochondrial (Complex III subunit 1) (Core protein I) (Ubiquinol-cytochrome-c reductase complex core protein 1) | 0.410 | 0.990 | Q68FY0 |
| Rpl37a | Large ribosomal subunit protein eL43 (60S ribosomal protein L37a) | 0.411 | 0.990 | P61515 |
| Arpc5l | Actin-related protein 2/3 complex subunit 5-like protein (Arp2/3 complex 16 kDa subunit 2) (ARC16-2) | 0.413 | 0.990 | A1L108 |
| Ak1 | Adenylate kinase isoenzyme 1 (AK 1) (EC 2.7.4.3) (EC 2.7.4.4) (EC 2.7.4.6) (ATP-AMP transphosphorylase 1) (ATP:AMP phosphotransferase) (Adenylate monophosphate kinase) (Myokinase) | 0.416 | 0.990 | P39069 |
| Timm10 | Mitochondrial import inner membrane translocase subunit Tim10 | 0.417 | 0.990 | P62074 |
| Pkm | Pyruvate kinase PKM (EC 2.7.1.40) (Pyruvate kinase muscle isozyme) (Threonine-protein kinase PKM2) (EC 2.7.11.1) (Tyrosine-protein kinase PKM2) (EC 2.7.10.2) | 0.418 | 0.990 | P11980 |
| Sh3gl2 | Endophilin-A1 (Endophilin-1) (SH3 domain protein 2A) (SH3 domain-containing GRB2-like protein 2) (SH3p4) | 0.422 | 0.990 | O35179 |
| Stmn1 | Stathmin (Leukemia-associated phosphoprotein p18) (Metablastin) (Oncoprotein 18) (Op18) (Phosphoprotein p19) (pp19) (Pr22 protein) (Prosolin) (pp17) | 0.428 | 0.990 | P13668 |
| Tomm22 | Mitochondrial import receptor subunit TOM22 homolog (rTOM22) (Translocase of outer membrane 22 kDa subunit homolog) | 0.428 | 0.990 | Q75Q41 |
| Eef1a2 | Elongation factor 1-alpha 2 (EF-1-alpha-2) (EC 3.6.5.-) (Eukaryotic elongation factor 1 A-2) (eEF1A-2) (Statin-S1) | 0.431 | 0.990 | P62632 |
| Maob | Amine oxidase [flavin-containing] B (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase type B) (MAO-B) | 0.443 | 0.990 | P19643 |
| Phgdh | D-3-phosphoglycerate dehydrogenase (3-PGDH) (EC 1.1.1.95) | 0.454 | 0.990 | O08651 |
| Fahd2a | Oxaloacetate tautomerase Fahd2a, mitochondrial (EC 5.3.2.2) (Fumarylacetoacetate hydrolase domain-containing protein 2A) | 0.455 | 0.990 | B2RYW9 |
| Fkbp8 | Peptidyl-prolyl cis-trans isomerase FKBP8 (PPIase FKBP8) (EC 5.2.1.8) (FK506-binding protein 8) (FKBP-8) (Rotamase) | 0.455 | 0.990 | Q3B7U9 |
| Sst | Somatostatin (somatotropin release-inhibiting factor) (SRIF) [Cleaved into: Antrin; Somatostatin-28; Somatostatin-14; Neuronostatin (NST)] | 0.455 | 0.990 | P60042 |
| Nefl | Neurofilament light polypeptide (NF-L) (68 kDa neurofilament protein) (Neurofilament triplet L protein) | 0.456 | 0.990 | P19527 |
| Ap1b1 | AP-1 complex subunit beta-1 (Adaptor protein complex AP-1 subunit beta-1) (Adaptor-related protein complex 1 subunit beta-1) (Beta-1-adaptin) (Beta-adaptin 1) (Clathrin assembly protein complex 1 beta large chain) (Golgi adaptor HA1/AP1 adaptin beta subunit) | 0.463 | 0.990 | P52303 |
| Mapre3 | Microtubule-associated protein RP/EB family member 3 (EB1 protein family member 3) (EBF3) (End-binding protein 3) (EB3) (RP3) | 0.465 | 0.990 | Q5XIT1 |
| Cox5b | Cytochrome c oxidase subunit 5B, mitochondrial (Cytochrome c oxidase polypeptide Vb) (Cytochrome c oxidase subunit VIA*) | 0.468 | 0.990 | P12075 |
| Mif | Macrophage migration inhibitory factor (MIF) (EC 5.3.2.1) (Glutathione-binding 13 kDa protein) (L-dopachrome isomerase) (L-dopachrome tautomerase) (EC 5.3.3.12) (Phenylpyruvate tautomerase) | 0.469 | 0.990 | P30904 |
| Lsamp | Limbic system-associated membrane protein (LSAMP) | 0.476 | 0.990 | Q62813 |
| Aldoa | Fructose-bisphosphate aldolase A (EC 4.1.2.13) (Muscle-type aldolase) | 0.477 | 0.990 | P05065 |
| Rps26 | Small ribosomal subunit protein eS26 (40S ribosomal protein S26) | 0.486 | 0.990 | P62856 |
| Rps4x | Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform) | 0.489 | 0.990 | P62703 |
| Cox4i1 | Cytochrome c oxidase subunit 4 isoform 1, mitochondrial (Cytochrome c oxidase polypeptide IV) (Cytochrome c oxidase subunit IV isoform 1) (COX IV-1) | 0.493 | 0.990 | P10888 |
| Crym | Ketimine reductase mu-crystallin (EC 1.5.1.25) (1-piperideine-2-carboxylate/1-pyrroline-2-carboxylate reductase) (P2C/Pyr2C reductase) (EC 1.5.1.1) (CDK108) (NADP-regulated thyroid-hormone-binding protein) | 0.501 | 0.990 | Q9QYU4 |
| Uba1 | Ubiquitin-like modifier-activating enzyme 1 (EC 6.2.1.45) (Ubiquitin-activating enzyme E1) | 0.515 | 0.990 | Q5U300 |
| Dbn1 | Drebrin (Developmentally-regulated brain protein) | 0.522 | 0.990 | Q07266 |
| Pip4k2a | Phosphatidylinositol 5-phosphate 4-kinase type-2 alpha (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-alpha) (Diphosphoinositide kinase 2-alpha) (PIPK2 alpha) (Phosphatidylinositol 5-phosphate 4-kinase type II alpha) (PI(5)P 4-kinase type II alpha) (PIP4KII-alpha) (PtdIns(5)P-4-kinase isoform 2-alpha) | 0.524 | 0.990 | Q9R0I8 |
| Vim | Vimentin | 0.525 | 0.990 | P31000 |
| Aco2 | Aconitate hydratase, mitochondrial (Aconitase) (EC 4.2.1.3) (Citrate hydro-lyase) | 0.526 | 0.990 | Q9ER34 |
| Hint1 | Adenosine 5'-monophosphoramidase HINT1 (EC 3.9.1.-) (17 kDa inhibitor of protein kinase C) (Desumoylating isopeptidase HINT1) (EC 3.4.22.-) (Histidine triad nucleotide-binding protein 1) (Protein kinase C inhibitor 1) (Protein kinase C-interacting protein 1) (PKCI-1) | 0.526 | 0.990 | P62959 |
| Eno2 | Gamma-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase) (Enolase 2) (Neural enolase) (Neuron-specific enolase) (NSE) | 0.529 | 0.990 | P07323 |
| Rpl12 | Large ribosomal subunit protein uL11 (60S ribosomal protein L12) | 0.537 | 0.990 | P23358 |
| Lasp1 | LIM and SH3 domain protein 1 (LASP-1) | 0.540 | 0.990 | Q99MZ8 |
| Rps21 | Small ribosomal subunit protein eS21 (40S ribosomal protein S21) | 0.555 | 0.990 | P05765 |
| Ppp3cb | Serine/threonine-protein phosphatase 2B catalytic subunit beta isoform (EC 3.1.3.16) (CAM-PRP catalytic subunit) (Calmodulin-dependent calcineurin A subunit beta isoform) (CNA beta) | 0.561 | 0.990 | P20651 |
| Clta | Clathrin light chain A (Lca) | 0.563 | 0.990 | P08081 |
| Gja1 | Gap junction alpha-1 protein (Connexin-43) (Cx43) (Gap junction 43 kDa heart protein) | 0.563 | 0.990 | P08050 |
| Grin1 | Glutamate receptor ionotropic, NMDA 1 (GluN1) (Glutamate [NMDA] receptor subunit zeta-1) (N-methyl-D-aspartate receptor subunit NR1) (NMD-R1) | 0.569 | 0.990 | P35439 |
| Got2 | Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Fatty acid-binding protein) (FABP-1) (Glutamate oxaloacetate transaminase 2) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Plasma membrane-associated fatty acid-binding protein) (FABPpm) (Transaminase A) | 0.573 | 0.990 | P00507 |
| Cfl1 | Cofilin-1 (Cofilin, non-muscle isoform) | 0.575 | 0.990 | P45592 |
| Phb1 | Prohibitin 1 | 0.575 | 0.990 | P67779 |
| Ckb | Creatine kinase B-type (EC 2.7.3.2) (B-CK) (Creatine kinase B chain) (Creatine phosphokinase M-type) (CPK-B) | 0.579 | 0.990 | P07335 |
| Cnrip1 | CB1 cannabinoid receptor-interacting protein 1 (CRIP-1) | 0.590 | 0.990 | Q5M7A7 |
| Cox6a1 | Cytochrome c oxidase subunit 6A1, mitochondrial (Cytochrome c oxidase polypeptide VIa-liver) | 0.591 | 0.990 | P10818 |
| Pfn1 | Profilin-1 (Profilin I) | 0.594 | 0.990 | P62963 |
| Gap43 | Neuromodulin (Axonal membrane protein GAP-43) (Growth-associated protein 43) (Protein F1) | 0.596 | 0.990 | P07936 |
| Hba1 | Hemoglobin subunit alpha-1/2 (Alpha-1/2-globin) (Hemoglobin alpha-1/2 chain) [Cleaved into: Hemopressin] | 0.600 | 0.990 | P01946 |
| Sptbn2 | Spectrin beta chain, non-erythrocytic 2 (Beta SpIII sigma 1) (Beta-III spectrin) (Glutamate transporter EAAT4-associated protein 41) (SPNB-3) (Spectrin-like protein GTRAP41) | 0.617 | 0.990 | Q9QWN8 |
| Add2 | Beta-adducin (Adducin-63) (Erythrocyte adducin subunit beta) | 0.620 | 0.990 | Q05764 |
| Snap29 | Synaptosomal-associated protein 29 (SNAP-29) (Golgi SNARE of 32 kDa) (Gs32) (Soluble 29 kDa NSF attachment protein) (Vesicle-membrane fusion protein SNAP-29) | 0.623 | 0.990 | Q9Z2P6 |
| Hemoglobin subunit beta-2 (Beta-2-globin) (Hemoglobin beta chain, minor-form) (Hemoglobin beta-2 chain) | 0.627 | 0.990 | P11517 | |
| Slc27a1 | Long-chain fatty acid transport protein 1 (Arachidonate--CoA ligase) (EC 6.2.1.15) (Fatty acid transport protein) (Fatty acid transport protein 1) (FATP-1) (Long-chain-fatty-acid--CoA ligase) (EC 6.2.1.3) (Solute carrier family 27 member 1) (Very long-chain acyl-CoA synthetase) (EC 6.2.1.-) | 0.631 | 0.990 | P97849 |
| Dnm1 | Dynamin-1 (EC 3.6.5.5) (B-dynamin) (D100) (Dynamin I) (Dynamin, brain) | 0.637 | 0.990 | P21575 |
| Shank2 | SH3 and multiple ankyrin repeat domains protein 2 (Shank2) (Cortactin-binding protein 1) (CortBP1) (GKAP/SAPAP-interacting protein) (Proline-rich synapse-associated protein 1) (ProSAP1) (SPANK-3) | 0.638 | 0.990 | Q9QX74 |
| Atp5f1d | ATP synthase F(1) complex subunit delta, mitochondrial (ATP synthase F1 subunit delta) (F-ATPase delta subunit) | 0.643 | 0.990 | P35434 |
| Sptan1 | Spectrin alpha chain, non-erythrocytic 1 (Alpha-II spectrin) (Fodrin alpha chain) | 0.646 | 0.990 | P16086 |
| Park7 | Parkinson disease protein 7 homolog (Contraception-associated protein 1) (Protein CAP1) (Fertility protein SP22) (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1) (DJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124) | 0.648 | 0.990 | O88767 |
| Add1 | Alpha-adducin (Erythrocyte adducin subunit alpha) | 0.649 | 0.990 | Q63028 |
| Ndufv2 | NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (EC 7.1.1.2) (NADH-ubiquinone oxidoreductase 24 kDa subunit) | 0.651 | 0.990 | P19234 |
| Abat | 4-aminobutyrate aminotransferase, mitochondrial (beta-AlaAT I) (EC 2.6.1.19) ((S)-3-amino-2-methylpropionate transaminase) (EC 2.6.1.22) (GABA aminotransferase) (GABA-AT) (Gamma-amino-N-butyrate transaminase) (GABA transaminase) (GABA-T) (L-AIBAT) [Cleaved into: 4-aminobutyrate aminotransferase, brain isoform; 4-aminobutyrate aminotransferase, liver isoform] | 0.670 | 0.990 | P50554 |
| Map2 | Microtubule-associated protein 2 (MAP-2) | 0.674 | 0.990 | P15146 |
| Eef1g | Elongation factor 1-gamma (EF-1-gamma) (eEF-1B gamma) | 0.683 | 0.990 | Q68FR6 |
| Tkt | Transketolase (TK) (EC 2.2.1.1) | 0.693 | 0.990 | P50137 |
| Ywhae | 14-3-3 protein epsilon (14-3-3E) (Mitochondrial import stimulation factor L subunit) (MSF L) | 0.710 | 0.990 | P62260 |
| Ckmt1 | Creatine kinase U-type, mitochondrial (EC 2.7.3.2) (Acidic-type mitochondrial creatine kinase) (Mia-CK) (Ubiquitous mitochondrial creatine kinase) (U-MtCK) | 0.711 | 0.990 | P25809 |
| Ldhb | L-lactate dehydrogenase B chain (LDH-B) (EC 1.1.1.27) (LDH heart subunit) (LDH-H) | 0.712 | 0.990 | P42123 |
| Rps8 | Small ribosomal subunit protein eS8 (40S ribosomal protein S8) | 0.722 | 0.990 | P62243 |
| Rps17 | Small ribosomal subunit protein eS17 (40S ribosomal protein S17) | 0.726 | 0.990 | P04644 |
| Atp5pb | ATP synthase peripheral stalk subunit b, mitochondrial (ATP synthase F(0) complex subunit B1, mitochondrial) (ATP synthase peripheral stalk-membrane subunit b) (ATP synthase subunit b) (ATPase subunit b) | 0.733 | 0.990 | P19511 |
| Prdx1 | Peroxiredoxin-1 (EC 1.11.1.24) (HBP23) (Heme-binding 23 kDa protein) (Thioredoxin peroxidase 2) (Thioredoxin-dependent peroxide reductase 2) (Thioredoxin-dependent peroxiredoxin 1) | 0.733 | 0.990 | Q63716 |
| Akr1b1 | Aldo-keto reductase family 1 member B1 (EC 1.1.1.21) (EC 1.1.1.300) (EC 1.1.1.372) (EC 1.1.1.54) (Aldehyde reductase) (Aldose reductase) (AR) | 0.745 | 0.990 | P07943 |
| Dnm3 | Dynamin-3 (EC 3.6.5.5) (Dynamin, testicular) (T-dynamin) | 0.759 | 0.990 | Q08877 |
| Bsn | Protein bassoon | 0.785 | 0.990 | O88778 |
| Crmp1 | Dihydropyrimidinase-related protein 1 (DRP-1) (Collapsin response mediator protein 1) (CRMP-1) (Inactive dihydropyrimidinase) | 0.793 | 0.990 | Q62950 |
| H4c2; Hist1h4m; H4c16 | Histone H4 [Cleaved into: Osteogenic growth peptide (OGP)] | 0.797 | 0.990 | P62804 |
| Flot1 | Flotillin-1 (Reggie-2) (REG-2) | 0.810 | 0.990 | Q9Z1E1 |
| Hspe1 | 10 kDa heat shock protein, mitochondrial (Hsp10) (10 kDa chaperonin) (Chaperonin 10) (CPN10) | 0.810 | 0.990 | P26772 |
| Actn4 | Alpha-actinin-4 (Non-muscle alpha-actinin 4) | 0.859 | 0.990 | Q9QXQ0 |
| Sod1 | Superoxide dismutase [Cu-Zn] (EC 1.15.1.1) | 0.863 | 0.990 | P07632 |
| Tomm40 | Mitochondrial import receptor subunit TOM40 homolog (Mitochondrial outer membrane protein of 38 kDa) (OM38) (Translocase of outer membrane 40 kDa subunit homolog) | 0.875 | 0.990 | Q75Q40 |
| Ppia | Peptidyl-prolyl cis-trans isomerase A (PPIase A) (EC 5.2.1.8) (Cyclophilin A) (Cyclosporin A-binding protein) (Rotamase A) (p1B15) (p31) [Cleaved into: Peptidyl-prolyl cis-trans isomerase A, N-terminally processed] | 0.909 | 0.990 | P10111 |
| Acat1 | Acetyl-CoA acetyltransferase, mitochondrial (EC 2.3.1.9) (Acetoacetyl-CoA thiolase) | 0.914 | 0.990 | P17764 |
| Sod2 | Superoxide dismutase [Mn], mitochondrial (EC 1.15.1.1) | 0.919 | 0.990 | P07895 |
| Idh1 | Isocitrate dehydrogenase [NADP] cytoplasmic (IDH) (IDH1) (EC 1.1.1.42) (Cytosolic NADP-isocitrate dehydrogenase) (IDPc) (NADP(+)-specific ICDH) (Oxalosuccinate decarboxylase) | 0.925 | 0.990 | P41562 |
| Alb | Albumin | 0.935 | 0.990 | P02770 |
| Hspa4 | Heat shock 70 kDa protein 4 (Ischemia responsive 94 kDa protein) | 0.936 | 0.990 | O88600 |
| Timm13 | Mitochondrial import inner membrane translocase subunit Tim13 | 0.940 | 0.990 | P62076 |
| Syn1 | Synapsin-1 (Synapsin I) | 0.945 | 0.990 | P09951 |
| Sncb | Beta-synuclein (Phosphoneuroprotein 14) (PNP 14) | 0.953 | 0.990 | Q63754 |
| Pacsin1 | Protein kinase C and casein kinase substrate in neurons protein 1 (Dynamin proline-rich domain-interacting protein) (Dynamin PRD-interacting protein) (Synaptic, dynamin-associated protein I) (Syndapin-1) (Syndapin-I) (SdpI) | 0.969 | 0.990 | Q9Z0W5 |
| Nme1 | Nucleoside diphosphate kinase A (NDK A) (NDP kinase A) (EC 2.7.4.6) (Metastasis inhibition factor NM23) (Tumor metastatic process-associated protein) | 0.990 | 0.990 | Q05982 |
| Cbr1 | Carbonyl reductase [NADPH] 1 (EC 1.1.1.184) (15-hydroxyprostaglandin dehydrogenase [NADP(+)]) (EC 1.1.1.196, EC 1.1.1.197) (20-beta-hydroxysteroid dehydrogenase) (Alcohol dehydrogenase [NAD(P)+] CBR1) (EC 1.1.1.71) (NADPH-dependent carbonyl reductase 1) (Prostaglandin 9-ketoreductase) (PG-9-KR) (Prostaglandin-E(2) 9-reductase) (EC 1.1.1.189) | 1.013 | 0.990 | P47727 |
| Eef1d | Elongation factor 1-delta (EF-1-delta) | 1.043 | 0.990 | Q68FR9 |
| Dlat | Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex, mitochondrial (EC 2.3.1.12) (70 kDa mitochondrial autoantigen of primary biliary cirrhosis) (PBC) (Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex) (Pyruvate dehydrogenase complex component E2) (PDC-E2) (PDCE2) | 1.078 | 0.990 | P08461 |
| Abi1 | Abl interactor 1 (Abelson interactor 1) (Abi-1) (Eps8 SH3 domain-binding protein) (Eps8-binding protein) (e3B1) | 1.157 | 0.990 | Q9QZM5 |
| Immt | MICOS complex subunit Mic60 (Mitochondrial inner membrane protein) (Mitofilin) | 1.207 | 0.990 | Q3KR86 |
| Pdxk | Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase) | 1.232 | 0.990 | O35331 |
| Emc2 | ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35) | 1.295 | 0.990 | B0BNG0 |
| Aifm1 | Apoptosis-inducing factor 1, mitochondrial (EC 1.6.99.-) (Programmed cell death protein 8) | 1.308 | 0.990 | Q9JM53 |
| Idh3g | Isocitrate dehydrogenase [NAD] subunit gamma 1, mitochondrial (Isocitric dehydrogenase subunit gamma) (NAD(+)-specific ICDH subunit gamma) | 1.309 | 0.990 | P41565 |
| Nrcam | Neuronal cell adhesion molecule (Nr-CAM) (Ankyrin-binding cell adhesion molecule NrCAM) (Neuronal surface protein Bravo) (rBravo) (NgCAM-related cell adhesion molecule) (Ng-CAM-related) | 1.310 | 0.990 | P97686 |
| Cntnap1 | Contactin-associated protein 1 (Caspr) (Caspr1) (Neurexin IV) (Neurexin-4) (Paranodin) (p190) | 1.448 | 0.990 | P97846 |
| Acly | ATP-citrate synthase (EC 2.3.3.8) (ATP-citrate (pro-S-)-lyase) (Citrate cleavage enzyme) | 1.463 | 0.990 | P16638 |
| Mdh1 | Malate dehydrogenase, cytoplasmic (EC 1.1.1.37) (Aromatic alpha-keto acid reductase) (KAR) (EC 1.1.1.96) (Cytosolic malate dehydrogenase) | 1.468 | 0.990 | O88989 |
| Baiap2 | BAR/IMD domain-containing adapter protein 2 (Brain-specific angiogenesis inhibitor 1-associated protein 2) (BAI-associated protein 2) (BAI1-associated protein 2) (Insulin receptor substrate protein of 53 kDa) (IRSp53) (Insulin receptor substrate p53) (Insulin receptor tyrosine kinase substrate protein p53) | 1.492 | 0.990 | Q6GMN2 |
| Arhgdia | Rho GDP-dissociation inhibitor 1 (Rho GDI 1) (Rho-GDI alpha) | 1.495 | 0.990 | Q5XI73 |
| Rps10 | Small ribosomal subunit protein eS10 (40S ribosomal protein S10) | 1.657 | 0.990 | P63326 |
| Crip2 | Cysteine-rich protein 2 (CRP-2) (Protein ESP1) | 2.302 | 0.990 | P36201 |
| Mink1 | Misshapen-like kinase 1 (EC 2.7.11.1) (GCK family kinase MiNK) (MAPK/ERK kinase kinase kinase 6) (MEK kinase kinase 6) (MEKKK 6) (Misshapen/NIK-related kinase) (Mitogen-activated protein kinase kinase kinase kinase 6) | 2.653 | 0.990 | F1LP90 |
| Basp1 | Brain acid soluble protein 1 (22 kDa neuronal tissue-enriched acidic protein) (Neuronal axonal membrane protein NAP-22) | 5.432 | 0.990 | Q05175 |
| Ndufs6 | NADH dehydrogenase [ubiquinone] iron-sulfur protein 6, mitochondrial (Complex I-13kD-A) (CI-13kD-A) (NADH-ubiquinone oxidoreductase 13 kDa-A subunit) | 7.293 | 0.990 | P52504 |
| Aldoc | Fructose-bisphosphate aldolase C (EC 4.1.2.13) (Brain-type aldolase) | 0.056 | 0.991 | P09117 |
| Dlg4 | Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95) (Synapse-associated protein 90) (SAP-90) (SAP90) | 0.058 | 0.991 | P31016 |
| Map1a | Microtubule-associated protein 1A (MAP-1A) [Cleaved into: MAP1A heavy chain; MAP1 light chain LC2] | 0.062 | 0.991 | P34926 |
| Vdac3 | Non-selective voltage-gated ion channel VDAC3 (VDAC-3) (rVDAC3) (Outer mitochondrial membrane protein porin 3) | 0.120 | 0.991 | Q9R1Z0 |
| Capzb | F-actin-capping protein subunit beta (CapZ beta) | 0.129 | 0.991 | Q5XI32 |
| Rpl13 | Large ribosomal subunit protein eL13 (60S ribosomal protein L13) | 0.137 | 0.991 | P41123 |
| Cisd1 | CDGSH iron-sulfur domain-containing protein 1 (Cysteine transaminase CISD1) (EC 2.6.1.3) (MitoNEET) | 0.138 | 0.991 | B0K020 |
| Atp6v0c | V-type proton ATPase 16 kDa proteolipid subunit c (V-ATPase 16 kDa proteolipid subunit c) (Vacuolar proton pump 16 kDa proteolipid subunit c) | 0.144 | 0.991 | P63081 |
| Ndufs4 | NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial (Complex I-18 kDa) (CI-18 kDa) (NADH-ubiquinone oxidoreductase 18 kDa subunit) | 0.157 | 0.991 | Q5XIF3 |
| Camk2a | Calcium/calmodulin-dependent protein kinase type II subunit alpha (CaM kinase II subunit alpha) (CaMK-II subunit alpha) (EC 2.7.11.17) | 0.076 | 0.994 | P11275 |
| Cadm3 | Cell adhesion molecule 3 (Immunoglobulin superfamily member 4B) (IgSF4B) (Nectin-like protein 1) (NECL-1) | 0.131 | 0.996 | Q1WIM3 |
| Epn1 | Epsin-1 (EPS-15-interacting protein 1) | 0.043 | 0.997 | O88339 |
| Ywhah | 14-3-3 protein eta | 0.001 | 1.000 | P68511 |
| Tufm | Elongation factor Tu, mitochondrial (EC 3.6.5.3) | 0.010 | 1.000 | P85834 |
| Dctn2 | Dynactin subunit 2 | 0.015 | 1.000 | Q6AYH5 |
| Cct2 | T-complex protein 1 subunit beta (TCP-1-beta) (EC 3.6.1.-) (CCT-beta) | 0.016 | 1.000 | Q5XIM9 |
| Atp5f1a | ATP synthase F(1) complex subunit alpha, mitochondrial (ATP synthase F1 subunit alpha) | 0.017 | 1.000 | P15999 |
| Map1b | Microtubule-associated protein 1B (MAP-1B) (Neuraxin) [Cleaved into: MAP1B heavy chain; MAP1 light chain LC1] | 0.021 | 1.000 | P15205 |
| Tcp1 | T-complex protein 1 subunit alpha (TCP-1-alpha) (EC 3.6.1.-) (CCT-alpha) | 0.035 | 1.000 | P28480 |
| Gfap | Glial fibrillary acidic protein (GFAP) | 0.041 | 1.000 | P47819 |
| Sfxn3 | Sideroflexin-3 | 0.041 | 1.000 | Q9JHY2 |
| Pip4k2b | Phosphatidylinositol 5-phosphate 4-kinase type-2 beta (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-beta) (Diphosphoinositide kinase 2-beta) (Phosphatidylinositol 5-phosphate 4-kinase type II beta) (PI(5)P 4-kinase type II beta) (PIP4KII-beta) (Phosphatidylinositol-phosphate kinase IIgamma) (PIPKIIgamma) (PtdIns(5)P-4-kinase isoform 2-beta) | 0.043 | 1.000 | O88377 |
| Ap2m1 | AP-2 complex subunit mu (AP-2 mu chain) (Adaptor protein complex AP-2 subunit mu) (Adaptor-related protein complex 2 subunit mu) (Clathrin assembly protein complex 2 mu medium chain) (Clathrin coat assembly protein AP50) (Clathrin coat-associated protein AP50) (Mu2-adaptin) (Plasma membrane adaptor AP-2 50 kDa protein) | 0.044 | 1.000 | P84092 |
| Atp5pf | ATP synthase peripheral stalk subunit F6, mitochondrial (ATPase subunit F6) (ATP synthase peripheral stalk subunit F6) | 0.045 | 1.000 | P21571 |
| Prpsap2 | Phosphoribosyl pyrophosphate synthase-associated protein 2 (PRPP synthase-associated protein 2) (41 kDa phosphoribosypyrophosphate synthetase-associated protein) (PAP41) | 0.063 | 1.000 | O08618 |
| Dlgap2 | Disks large-associated protein 2 (DAP-2) (PSD-95/SAP90-binding protein 2) (SAP90/PSD-95-associated protein 2) (SAPAP2) | 0.066 | 1.000 | P97837 |
alreay partially prepped from above
# ranked combined list
geneList_df <- df_3 %>%
mutate(ranking = sign(`EC log2 fold`)*(-log10(`EC p value`))) %>%
group_by(Entry) %>%
summarise(ranking = mean(ranking, na.rm = TRUE)) %>%
arrange(-ranking)
# convert 2 a named vector to supply to fgsea()
geneList <- tibble::deframe(geneList_df) # 955
plot(geneList)
# ranked cytosolic list
geneList_df_c <- df_3 %>%
filter(fraction == 'cytosolic') %>%
mutate(ranking = sign(`EC log2 fold`)*(-log10(`EC p value`))) %>%
group_by(Entry) %>%
summarise(ranking = mean(ranking, na.rm = TRUE)) %>%
arrange(-ranking)
# convert 2 a named vector to supply to fgsea()
geneList_c <- tibble::deframe(geneList_df_c) # 689
plot(geneList_c)
# ranked membrane list
geneList_df_m <- df_3 %>%
filter(fraction == 'membrane') %>%
mutate(ranking = sign(`EC log2 fold`)*(-log10(`EC p value`))) %>%
group_by(Entry) %>%
summarise(ranking = mean(ranking, na.rm = TRUE)) %>%
arrange(-ranking)
# convert 2 a named vector to supply to fgsea()
geneList_m <- tibble::deframe(geneList_df_m) # 340
plot(geneList_m)
# ranked nuclear list
geneList_df_n <- df_3 %>%
filter(fraction == 'nuclear') %>%
mutate(ranking = sign(`EC log2 fold`)*(-log10(`EC p value`))) %>%
group_by(Entry) %>%
summarise(ranking = mean(ranking, na.rm = TRUE)) %>%
arrange(-ranking)
# convert 2 a named vector to supply to fgsea()
geneList_n <- tibble::deframe(geneList_df_n) # 477
plot(geneList_n)
# nuclear
kegg_res_n <- gseKEGG(geneList = geneList_n,
organism = 'rno',
keyType = 'uniprot',
by = 'fgsea',
pvalueCutoff = 0.05,
pAdjustMethod = 'BH', #BejaminiHoc Correciton
)
## Reading KEGG annotation online: "https://rest.kegg.jp/link/rno/pathway"...
## Reading KEGG annotation online: "https://rest.kegg.jp/list/pathway/rno"...
## Reading KEGG annotation online: "https://rest.kegg.jp/conv/uniprot/rno"...
## using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).
## preparing geneSet collections...
## GSEA analysis...
## Warning in preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, : There are ties in the preranked stats (30.61% of the list).
## The order of those tied genes will be arbitrary, which may produce unexpected results.
## Warning in fgseaMultilevel(pathways = pathways, stats = stats, minSize =
## minSize, : For some of the pathways the P-values were likely overestimated. For
## such pathways log2err is set to NA.
## Warning in fgseaMultilevel(pathways = pathways, stats = stats, minSize =
## minSize, : For some pathways, in reality P-values are less than 1e-10. You can
## set the `eps` argument to zero for better estimation.
## leading edge analysis...
## done...
gse_kegg_tib_n <- as_tibble(kegg_res_n) # 21 sig
enrichplot::dotplot(kegg_res_n,
split = ".sign", # split by + vs - enrirchment score
showCategory = 30,
title = "Nuclear - NAc - Lichti et al., 2014 (EE vs IC) - gseKEGG_r - adj.p<0.05") +
facet_grid(.~.sign) # split plot by seign)
# cytosolic
kegg_res_c <- gseKEGG(geneList = geneList_c,
organism = 'rno',
keyType = 'uniprot',
by = 'fgsea',
pvalueCutoff = 0.05,
pAdjustMethod = 'BH', #BejaminiHoc Correciton
)
## using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).
## preparing geneSet collections...
## GSEA analysis...
## Warning in preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, : There are ties in the preranked stats (33.82% of the list).
## The order of those tied genes will be arbitrary, which may produce unexpected results.
## leading edge analysis...
## done...
gse_kegg_tib_c <- as_tibble(kegg_res_c) # 21 sig
enrichplot::dotplot(kegg_res_c,
split = ".sign", # split by + vs - enrirchment score
showCategory = 30,
title = "Cytosolic - NAc - Lichti et al., 2014 (EE vs IC) - gseKEGG_r - adj.p<0.05") +
facet_grid(.~.sign) # split plot by seign)
# membrane
kegg_res_m <- gseKEGG(geneList = geneList_m,
organism = 'rno',
keyType = 'uniprot',
by = 'fgsea',
pvalueCutoff = 0.05,
pAdjustMethod = 'BH', #BejaminiHoc Correciton
)
## using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).
## preparing geneSet collections...
## GSEA analysis...
## Warning in preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, : There are ties in the preranked stats (89.71% of the list).
## The order of those tied genes will be arbitrary, which may produce unexpected results.
## leading edge analysis...
## done...
gse_kegg_tib_m <- as_tibble(kegg_res_m) # 3 sig
enrichplot::dotplot(kegg_res_m,
split = ".sign", # split by + vs - enrirchment score
showCategory = 30,
title = "Membrane - NAc - Lichti et al., 2014 (EE vs IC) - gseKEGG_r - adj.p<0.05") +
facet_grid(.~.sign) # split plot by seign)
# # oxidative phosphorylation - rno00190
# rno00190 <- pathview(gene.data = geneList_n,
# gene.idtype = "SYMBOL",
# pathway.id = 'rno00190', # oxidative phosphorylation - Rat
# species = 'rno',
# limit = list(gene=max(abs(geneList)), cpd=1))
# make vector of fractions (cytosolic, membrane, & nuclear) - in prep of sequences
fraction_names <- unique(df_3$fraction)
# make container lists to store results
# gsea_results_list <- vector(mode = "list", length = 10)
gsea_results_list <- vector(mode = "list") # actually make empty
for (fr in fraction_names){ # SEQUENCE - for each item (fr) in fraction_names
# OPERATIONS
# Part 1
# make a ranked gene list for this fraciton
geneList_working_df <- df_3 %>%
# filter by item | fraction is column in df_3, fr is i (current item in seq)
filter(fraction == fr) %>%
# compute ranking metric
mutate(ranking = sign(`EC log2 fold`)*(-log10(`EC p value`))) %>%
# for any duplicate entries, # average & remove any nas
group_by(Entry) %>%
summarise(ranking = mean(ranking, na.rm = TRUE)) %>%
# lastly, arrange from pos to neg
arrange(-ranking)
# store in list (not necessary...)
gsea_results_list$geneList_df[[fr]] <- geneList_working_df
# Part 1.2
# next, deframe into a named vector needed to supply to fgsea()
geneList_vec_working <- tibble::deframe(geneList_working_df)
# store in list
gsea_results_list$geneList_vec[[fr]] <- geneList_vec_working
# Part 1.3 | plots fine but does not save?!?!?!
# Plot ranked gene list
gL_plot <- plot(geneList_vec_working, main = paste(fr, '- Ranked gene list'))
print(gL_plot)
gsea_results_list$geneList_plots[[fr]] <- gL_plot
# Part 2
# run KEGG gsea with clusterProfiler
kegg_res_working <- clusterProfiler::gseKEGG(geneList = geneList_vec_working,
organism = 'rno',
keyType = 'uniprot',
by = 'fgsea',
pvalueCutoff = 0.05,
pAdjustMethod = 'BH', #BejaminiHoc Correciton
)
# save kegg result original to list vec
gsea_results_list$kegg_results[[fr]] <- kegg_res_working
# not needed here so compute & save directly? or can do anyway? idk?
gsea_results_list$kegg_results_tib[[fr]] <- tibble::as_tibble(kegg_res_working)
# Part 3
# Make dotplots | this one plots & saves properly!
# 3.1 - regular dot blot
dp <- enrichplot::dotplot(kegg_res_working,
showCategory = 30,
title = paste0(stringr::str_glue(
'{fr} - NAc - Lichti, 2014 (EE vs IC) - gseKEGG_r')))
print(dp) # print dot plots
gsea_results_list$dotplots[[fr]] <- dp # save to list
# 3.2 - dot plot split by sign
dp_sign <- enrichplot::dotplot(kegg_res_working,
split = '.sign',
showCategory = 30,
title = paste0(stringr::str_glue(
'{fr} - NAc - Lichti, 2014 (EE vs IC) - gseKEGG_r split by sign'))) +
facet_grid(.~.sign)
print(dp_sign) # print dot plots
gsea_results_list$dotplots_sign[[fr]] <- dp_sign # save to list
}
## NULL
## using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).
## preparing geneSet collections...
## GSEA analysis...
## Warning in preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, : There are ties in the preranked stats (33.82% of the list).
## The order of those tied genes will be arbitrary, which may produce unexpected results.
## leading edge analysis...
## done...
## NULL
## using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).
## preparing geneSet collections...
## GSEA analysis...
## Warning in preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, : There are ties in the preranked stats (30.61% of the list).
## The order of those tied genes will be arbitrary, which may produce unexpected results.
## Warning in fgseaMultilevel(pathways = pathways, stats = stats, minSize =
## minSize, : For some of the pathways the P-values were likely overestimated. For
## such pathways log2err is set to NA.
## Warning in fgseaMultilevel(pathways = pathways, stats = stats, minSize =
## minSize, : For some pathways, in reality P-values are less than 1e-10. You can
## set the `eps` argument to zero for better estimation.
## leading edge analysis...
## done...
## NULL
## using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).
## preparing geneSet collections...
## GSEA analysis...
## Warning in preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, : There are ties in the preranked stats (89.71% of the list).
## The order of those tied genes will be arbitrary, which may produce unexpected results.
## leading edge analysis...
## done...
# horrific name but at least clear...
#Lichti_2014_gsea_results_2025_12_12_v1 <- gsea_results_list
# save(Lichti_2014_gsea_results_2025_12_12_v1,
# file = "output/2025_12_12_Lichti_2014_gsea_results_rats_NAc_v1.rda")
# Warning means that some genes have tied rankings
# note the membrane one is especially high 89.71% - this corresponds to the weird # pattern in geneList ranking plot -
# Warning messages:
# 1: In preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, :
# There are ties in the preranked stats (33.82% of the list).
# The order of those tied genes will be arbitrary, which may produce unexpected results.
# 2: In preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, :
# There are ties in the preranked stats (30.61% of the list).
# The order of those tied genes will be arbitrary, which may produce unexpected results.
# 3: In fgseaMultilevel(pathways = pathways, stats = stats, minSize = minSize, :
# For some of the pathways the P-values were likely overestimated. For such pathways log2err is set to NA.
# 4: In fgseaMultilevel(pathways = pathways, stats = stats, minSize = minSize, :
# For some pathways, in reality P-values are less than 1e-10. You can set the `eps` argument to zero for better estimation.
# 5: In preparePathwaysAndStats(pathways, stats, minSize, maxSize, gseaParam, :
# There are ties in the preranked stats (89.71% of the list).
# The order of those tied genes will be arbitrary, which may produce unexpected results.
check_1 <- gsea_results_list$geneList_df$cytosolic
length(unique(gsea_results_list$geneList_df$cytosolic$Entry)) # 689 unique proteins
## [1] 689
length(unique(gsea_results_list$geneList_df$cytosolic$ranking)) # 456 unique ranks
## [1] 456
# cow plot for combined + plotlist = to plot a list of plots
cowplot::plot_grid(plotlist = c(gsea_results_list$dotplots,
gsea_results_list$dotplots_sign),
ncol = 2)
# print(gsea_results_list$dotplots)
2025_12_12 - Note to self maybe add some testing & progress of loop info - ref to epi cook book. Also try nested for loops with GO analysis e.g. for each of the 3 fractions (cytosolic, nuclear, membrane) run each of the 3 GO (CC, BP, MF)
Make lit review table (similar to McNair one)
colnames(df_3) # check col names
## [1] "Accession" "Name" "Gene Symbol"
## [4] "Direction" "gene_name" "EC log2 fold"
## [7] "EC est fold" "EC p value" "Significant"
## [10] "fraction" "Entry" "Entry.Name"
## [13] "Reviewed" "Protein.names" "Gene.Names"
## [16] "Gene.Names..primary." "Organism" "Length"
## [19] "Keyword.ID" "Keywords" "GeneID"
## [22] "uniprot_link" "wiki_link"
# lit review table
lit_re <- df_3 %>%
mutate(
Space = " ", # empty space column
Year = 2014,
Author = 'Lichti',
Animal = 'Rat',
Condition = paste0("Fraction - ", fraction),
Region = 'Nucleus_Accumbens',
Whole = 'No',
Exp_type = 'Protein',
Method = 'PROTEOMICS_LCMS_LFQ_OS',
Used_name = `Gene Symbol`,
Mod = " ",
Mod_type = " ",
Gene_name = gene_name, # lazy way to avoid moving rows (don't need headers anyway)
Comparison = 1,
In_EE = Direction, # note was coded as >0 Up, <0 Down. Maybe change one to same??
Fold_change = `EC log2 fold`,
#Arrows = ifelse(Direction == 'Up', '+', '-'),
Arrows = case_when( # dplyr case when, instead of ifelse
`EC log2 fold` > 2.5 ~ '+++',
`EC log2 fold` > 1 ~ '++',
`EC log2 fold` > .05 ~ '+',
`EC log2 fold` > -.05 ~ '=',
`EC log2 fold` > -1 ~ '-',
`EC log2 fold` > -2.5 ~ '--',
`EC log2 fold` <= -2.5 ~ '---',
),
#Significant = ifelse(`EC p value` <= 0.05, 'yes', 'no'),
signficant = Significant,
pvalue = `EC p value`,
N_tested = " ",
Stats_adj = 'adjusted',
Note = ' ',
Full_name = Protein.names,
Uniprot_rat_accession = Entry,
Uniprot_entry_name = Entry.Name,
Uniprot_link = uniprot_link,
Wikipedia_link = wiki_link,
Curation_method = ifelse(!is.na(Entry), 'auto - uniprot_acc_query', 'manual'),
Class_group = ' ',
Other_link = ' ',
Other_comments = '*misc col shows the col names in their excel df',
misc = paste0(Accession, ";", `Gene Symbol`, ";", Name)
)
# weird... highlights importance of plotting data!!!
plot(df_3$`EC log2 fold`)
#write out | na values = blank
# write_excel_csv(lit_re,
# "output/2025_12_12_Lichti_2014_rats_NAc_data_lit_review_v1.csv",
# na = "")